Skip to content

Commit a5d7903

Browse files
authored
Only Run Workflow on Push, not PR Close
1 parent 89d194d commit a5d7903

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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)