Skip to content

Commit

Permalink
Remove push tag condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Dec 18, 2019
1 parent cd1e355 commit 126ee5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
release:
name: Publish on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: github.event_name == 'push' || github.event_name == 'tag'
if: github.event_name == 'push'
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 126ee5a

Please sign in to comment.