diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ebaf7d..a204fdf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: