diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c07b26..124390e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: name: Publish artifacts of build runs-on: ubuntu-latest if: | - github.repository_owner == 'alexcrichton' + github.repository_owner == 'bytecodealliance' && github.event_name == 'push' && github.ref == 'refs/heads/main' steps: