Skip to content

Commit

Permalink
Restore tag logic
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 12, 2023
1 parent b093d85 commit dd6d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
name: Build wasm-tools
runs-on: ${{ matrix.os }}
if: github.event_name != 'push' #|| startsWith(github.ref, 'refs/tags/')
if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/')
strategy:
matrix:
include:
Expand Down

0 comments on commit dd6d430

Please sign in to comment.