Skip to content

Commit

Permalink
exclude release branches for 1.15 thru 1.18 (#21682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret authored Sep 9, 2024
1 parent e4d4435 commit 8d2178d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ce-merge-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
branches:
- main
- release/**
- '!release/1.18**'
- '!release/1.17**'
- '!release/1.16**'
- '!release/1.15**'


jobs:
trigger-ce-merge:
Expand Down

0 comments on commit 8d2178d

Please sign in to comment.