Skip to content

Commit

Permalink
Merge 1ff522a into b51450f
Browse files Browse the repository at this point in the history
  • Loading branch information
wlodarcp committed May 21, 2021
2 parents b51450f + 1ff522a commit c24a244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c24a244

Please sign in to comment.