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 9f1e59c commit 774f362Copy full SHA for 774f362
1 file changed
.github/workflows/ci.yml
@@ -115,7 +115,7 @@ jobs:
115
draft-release:
116
runs-on: ubuntu-latest
117
needs: [build]
118
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
119
permissions:
120
contents: write
121
steps:
0 commit comments