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 791c9a4 commit c1fe3c9Copy full SHA for c1fe3c9
.github/workflows/deployment.yml
@@ -1,11 +1,11 @@
1
name: Deploy to Maven Central Repository
2
3
on:
4
- pull_request:
5
- branches: [ 'release-*' ]
+ workflow_dispatch:
6
7
jobs:
8
check_version:
+ needs: build
9
runs-on: ubuntu-20.04
10
steps:
11
- uses: actions/checkout@v3 # checkout current branch
.github/workflows/gradle.yml
@@ -2,7 +2,6 @@ name: Java CI with Gradle
pull_request:
- branches-ignore: [ 'release-*' ]
push:
branches: [ master ]
0 commit comments