Skip to content

Commit a7c5b81

Browse files
committed
Fixup doc building trigger.c
1 parent bf7fae8 commit a7c5b81

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/Documentation.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Documentation
22
on:
3-
push:
3+
push: # Triggered on push events
44
branches:
5-
- main
6-
tags: '*'
7-
pull_request:
8-
5+
- master # Only runs when pushing to the master branch
6+
tags: ['*'] # Also runs when any tag is pushed
97
jobs:
108
Documenter:
119
permissions:

0 commit comments

Comments
 (0)