Skip to content

Commit

Permalink
Remove restriction to master branch in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 27, 2021
1 parent d2a96f1 commit d7ec464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
jobs:
release:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2.4.0
- name: Set up JDK 11
Expand Down

0 comments on commit d7ec464

Please sign in to comment.