Skip to content

Commit

Permalink
Update do-not-merge-to-next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdelato authored Feb 27, 2024
1 parent 9651b37 commit 95b9482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/do-not-merge-to-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: PR check

on:
pull_request:
branches:
- next
types:
- opened
- synchronize
Expand All @@ -14,7 +16,6 @@ jobs:
check_base_ref_branch:
name: Don't merge to "next" branch
runs-on: ubuntu-latest
if: ${{ github.base_ref == 'next' }}
steps:
- name: Display error message
run: |
Expand Down

0 comments on commit 95b9482

Please sign in to comment.