Skip to content

Commit 9ccaaae

Browse files
authored
Merge pull request #783 from wagnerb3/OnPush
Only Run Workflow on Push, not PR Close
2 parents 89d194d + a5d7903 commit 9ccaaae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/github_workflows/run-publisher.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Run - Publisher
22

33
on:
4-
# Triggers the workflow on pull request events but only for the main branch
5-
pull_request:
4+
# Triggers the workflow on push events but only for the main branch
5+
push:
66
branches: [main]
7-
types: [closed]
87

98
# Allows you to run this workflow manually from the Actions tab
109
workflow_dispatch:

0 commit comments

Comments
 (0)