Skip to content

Commit

Permalink
Bring back pull_request trigger to release process (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 11, 2023
1 parent 82f511b commit ee11a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
release:
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
runs-on: ubuntu-latest
environment: release

Expand Down

0 comments on commit ee11a30

Please sign in to comment.