Skip to content

Commit d7ec464

Browse files
committed
Remove restriction to master branch in release workflow
1 parent d2a96f1 commit d7ec464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
jobs:
1616
release:
1717
runs-on: ubuntu-latest
18-
if: github.ref == 'refs/heads/master'
1918
steps:
2019
- uses: actions/[email protected]
2120
- name: Set up JDK 11

0 commit comments

Comments
 (0)