Skip to content

Commit 48b0b77

Browse files
authored
Update ci.yml
1 parent cc290a3 commit 48b0b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: ['master']
6+
branches: ['series/2.x']
77
release:
88
types:
99
- published
@@ -65,4 +65,4 @@ jobs:
6565
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
6666
PGP_SECRET: ${{ secrets.PGP_SECRET }}
6767
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
68-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
68+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)