Skip to content

Commit c228fd0

Browse files
authored
Merge pull request #37 from SC-SGS/add_workflow_dispatch_to_doc
Build documentation only on master/documentation branches and via a manual trigger
2 parents 78b178f + 4bf1b03 commit c228fd0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ on:
66
branches:
77
- master
88
- documentation
9-
pull_request:
10-
branches:
11-
- master
9+
workflow_dispatch:
1210

1311
jobs:
1412
build-documentation:

0 commit comments

Comments
 (0)