Skip to content

Commit

Permalink
Remove ref check for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
butonium authored Dec 8, 2022
1 parent 2792f70 commit 3c24326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
name: Draft release
runs-on: ubuntu-latest
needs: build_and_test
if: github.ref == 'refs/heads/master'
steps:
- name: Draft release
uses: actions/create-release@v1
Expand Down

0 comments on commit 3c24326

Please sign in to comment.