Skip to content

Commit 89c61df

Browse files
committed
Only run release workflow on master branch
1 parent 565f3b4 commit 89c61df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
release:
1111
runs-on: ubuntu-latest
12-
if: github.ref == 'refs/heads/main'
12+
if: github.ref == 'refs/heads/master'
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up JDK 11

0 commit comments

Comments
 (0)