Skip to content

Commit c52ea85

Browse files
authored
Update viewer-production.yml
1 parent 040885e commit c52ea85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/viewer-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: tutorials.groupdocs.cloud(viewer)(family)(Production)
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master ]
9+
branches: [ main ]
1010
paths:
1111
- 'content/viewer/**'
1212
pull_request:
13-
branches: [ master ]
13+
branches: [ main ]
1414
paths:
1515
- 'content/viewer/**'
1616

0 commit comments

Comments
 (0)