There was an error while loading. Please reload this page.
1 parent 762491c commit cf7a95dCopy full SHA for cf7a95d
1 file changed
.github/workflows/publish.yml
@@ -16,6 +16,9 @@ permissions:
16
17
jobs:
18
publish:
19
+ if: |
20
+ github.event_name == 'workflow_dispatch' ||
21
+ contains(github.event.head_commit.message, '[pub]')
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout
0 commit comments