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 9a91bb6 commit ebaa7d7Copy full SHA for ebaa7d7
1 file changed
.github/workflows/build-and-publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
java-version: ''
43
44
publish:
45
- if: ${{ github.event_name == 'push' && contains(github.ref, 'release/') }}
+ if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && contains(github.ref, 'release/')) }}
46
runs-on: self-hosted
47
needs:
48
- build-and-test
0 commit comments