diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index c6abb515..9d52df27 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -67,6 +67,7 @@ jobs: unstable/* publish: + if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' needs: test_and_build runs-on: ubuntu-latest steps: @@ -115,4 +116,4 @@ jobs: repo: context.repo.repo, release_id: sid_release.data.id, body: "A persistent prerelease where build artifacts for the current tip will be deposited\n\n## Last updated: " + (new Date()).toDateString() - }); \ No newline at end of file + });