8000 add release branch r2dbc-prega-release · jasync-sql/jasync-sql@4507d47 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4507d47

Browse files
committed
add release branch r2dbc-prega-release
1 parent c42e117 commit 4507d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
release:
2626
runs-on: ubuntu-latest
27-
if: success() && github.ref == 'refs/heads/github-release'
27+
if: success() && ( github.ref == 'refs/heads/github-release' || github.ref == 'refs/heads/r2dbc-prega-release' )
2828
needs: build
2929
env:
3030
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD }}

0 commit comments

Comments
 (0)
0