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 f317668 commit e16ccc9Copy full SHA for e16ccc9
.github/workflows/workflow_release.yml
@@ -10,8 +10,6 @@ on:
10
type: string
11
push:
12
branches: [ main ]
13
- release:
14
- types: [ created ]
15
16
17
concurrency:
@@ -32,7 +30,7 @@ jobs:
32
30
publish-maven:
33
31
needs: tests
34
# only publish when manually triggered, or it's the main branch, or it's for a release
35
- if: inputs.checkout-ref || github.ref == 'refs/heads/main' || (github.event_name == 'release' && github.event.action == 'created')
+ if: inputs.checkout-ref || github.ref == 'refs/heads/main'
36
uses: ./.github/workflows/run_publish_maven.yml
37
secrets: inherit
38
permissions:
0 commit comments