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.
1 parent 3b43cc0 commit 4e6ffafCopy full SHA for 4e6ffaf
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
release:
23
name: Release
24
runs-on: ubuntu-latest
25
- if: github.event_name == 'push'
+ if: github.event_name == 'push' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch'
26
steps:
27
- uses: actions/checkout@v4
28
- name: Publish
0 commit comments