fix 'releases/*.*.x' to 'release/*.*.x' (#13132)

This commit is contained in:
Dhia Ayachi 2022-05-19 10:01:57 -04:00 committed by GitHub
parent 5f48222db7
commit 58ca5cb15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
- labeled
branches:
- main
- 'releases/*.*.x'
- 'release/*.*.x'
jobs:
backport:

View File

@ -5,7 +5,7 @@ on:
- closed
branches:
- main
- 'releases/*.*.x'
- 'release/*.*.x'
jobs:
trigger-oss-merge: