Browse Source

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

pull/13137/head
Dhia Ayachi 3 years ago committed by GitHub
parent
commit
4f17f3ba44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/backport-assistant.yml
  2. 2
      .github/workflows/oss-merge-trigger.yml

2
.github/workflows/backport-assistant.yml

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

2
.github/workflows/oss-merge-trigger.yml

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

Loading…
Cancel
Save