Skip to content

Commit 4f9db10

Browse files
Fixed "on" keyword for antor-build pipeline
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 143d7f5 commit 4f9db10

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/antora-build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Antora Documentation Build
22

33
on:
4-
# create: # new branches or tags
5-
# release: # new releases
64
push:
7-
branches-ignore: [ main, master ]
8-
# push: # on push. This may be removed later
9-
# schedule: # periodic - needed because some of the content is from the other repos
10-
# - cron: '30 5,20 * * *' # this is pretty often. Only needed during review phase
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
118

129
jobs:
1310
trigger_antora:

0 commit comments

Comments
 (0)