exclude release branches for 1.15 thru 1.18 (#21682)

This commit is contained in:
John Murret 2024-09-09 11:19:26 -06:00 committed by GitHub
parent e4d4435099
commit 8d2178d83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ on:
branches:
- main
- release/**
- '!release/1.18**'
- '!release/1.17**'
- '!release/1.16**'
- '!release/1.15**'
jobs:
trigger-ce-merge: