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 b53567e commit 4afd842Copy full SHA for 4afd842
.github/workflows/gradle.yml
@@ -31,7 +31,7 @@ jobs:
31
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
32
run: ./gradlew build --refresh-dependencies
33
publish:
34
- if: github.event_name == 'push'
+ if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
35
needs: build
36
runs-on: ubuntu-latest
37
permissions:
@@ -58,7 +58,7 @@ jobs:
58
MAVEN_PUBLISH_URL: ${{ secrets.MAVEN_PUBLISH_SNAPSHOT_URL }}
59
run: ./gradlew publish
60
docs:
61
62
63
64
0 commit comments