Skip to content

Commit c1fe3c9

Browse files
author
Alex Danilenko
committed
deployment
1 parent 791c9a4 commit c1fe3c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Deploy to Maven Central Repository
22

33
on:
4-
pull_request:
5-
branches: [ 'release-*' ]
4+
workflow_dispatch:
65

76
jobs:
87
check_version:
8+
needs: build
99
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v3 # checkout current branch

.github/workflows/gradle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Java CI with Gradle
22

33
on:
44
pull_request:
5-
branches-ignore: [ 'release-*' ]
65
push:
76
branches: [ master ]
87

0 commit comments

Comments
 (0)