We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2102a16 commit 65b719fCopy full SHA for 65b719f
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
determine-version:
115
runs-on: ubuntu-latest
116
timeout-minutes: 5
117
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
118
outputs:
119
next-version: ${{ steps.version.outputs.next-version }}
120
should-release: ${{ steps.version.outputs.should-release }}
0 commit comments