exclude release branches for 1.15 thru 1.18 (#21682)

pull/21705/head
John Murret 3 months ago committed by GitHub
parent e4d4435099
commit 8d2178d83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save