Skip to content

Commit

Permalink
disable publish in action for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville authored Jun 28, 2022
1 parent 140c861 commit 4f6c534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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()
});
});

0 comments on commit 4f6c534

Please sign in to comment.