We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89d194d + a5d7903 commit 9ccaaaeCopy full SHA for 9ccaaae
tools/github_workflows/run-publisher.yaml
@@ -1,10 +1,9 @@
1
name: Run - Publisher
2
3
on:
4
- # Triggers the workflow on pull request events but only for the main branch
5
- pull_request:
+ # Triggers the workflow on push events but only for the main branch
+ push:
6
branches: [main]
7
- types: [closed]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
0 commit comments