diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab818345..3bf5bb78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -806,7 +806,7 @@ jobs: tar cJvvf bin.tar.xz bin/ publish: - if: github.event_name == 'push' + if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') runs-on: ubuntu-latest needs: build steps: