Skip to content

Commit

Permalink
Fix release workflow (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Oct 21, 2023
1 parent 5bffb03 commit 3a11065
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ env:

jobs:
if_release:
if: |
${{ github.event.pull_request.merged == true }}
&& ${{ contains(github.event.pull_request.labels.*.name, 'release') }}
# Disallow publishing from branches that aren't `master`.
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3a11065

Please sign in to comment.