Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Fix ref used to guard releasing (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Mar 29, 2020
1 parent 9583044 commit 9a416e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
release:
needs: [test]
if: github.event_name == 'pull_request' && github.ref == 'refs/heads/master' && github.event.action == 'closed' && github.event.pull_request.merged
if: github.event_name == 'pull_request' && github.ref == 'master' && github.event.action == 'closed' && github.event.pull_request.merged

runs-on: ubuntu-latest

Expand Down

0 comments on commit 9a416e9

Please sign in to comment.