Skip to content

Commit

Permalink
Merge pull request #4009 from anoma/mergify/bp/maint-0.45/pr-4008
Browse files Browse the repository at this point in the history
ci: fix maintenance branch name pattern (backport #4008)
  • Loading branch information
mergify[bot] authored Nov 11, 2024
2 parents 95de057 + c1154f3 commit 12b5701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- main
- 'maint-[0-9]+.[0-9]+.[0-9]+'
- 'maint-[0-9]+.[0-9]+'
# Run in PRs with conflicts (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request)
pull_request_target:
branches:
- main
- 'maint-[0-9]+.[0-9]+.[0-9]+'
- 'maint-[0-9]+.[0-9]+'
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:

Expand Down

0 comments on commit 12b5701

Please sign in to comment.