Skip to content

Commit

Permalink
ci: 馃帯 add release environment
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Mar 11, 2024
1 parent a80219b commit 6ebf2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
publish:
name: 馃摝 Publish to GitHub Releases and PyPI
runs-on: ubuntu-latest
environment: release
if: github.event.pull_request.merged == true && github.event.pull_request.head.ref == ${{ vars.RELEASE_PR_BRANCH || 'create-pull-request/patch' }}
concurrency: publish
needs: [build]
Expand Down

0 comments on commit 6ebf2c2

Please sign in to comment.