Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespierce committed May 4, 2020
1 parent 91c7d08 commit a8186ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- linux
- macos
- windows
if: github.event_name == 'push' && startsWith(github.ref, 'v')
if: github.event_name == 'push'
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit a8186ce

Please sign in to comment.