Skip to content

Commit

Permalink
fix(ci): only block merge on freeze for stable branches
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Apr 29, 2024
1 parent 233d1ab commit 5ed950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/block-merge-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
block-merges-during-freeze:
name: Block merges during freezes

if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false && startsWith(github.base_ref, 'stable')

runs-on: ubuntu-latest-low

Expand Down

0 comments on commit 5ed950b

Please sign in to comment.