Skip to content

Commit

Permalink
limit trigger branches to release branch (#13922) (#13931)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored May 10, 2023
1 parent 7a934fe commit da69315
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ on:
- ".github/**"
branches:
- master
- release-*
- release-7.0
- release-6.6
- release-6.5
- release-6.1
- release-5.4
- release-5.3
- release-5.2
- release-5.1
- release-5.0
- release-4.0
- release-3.0

jobs:
trigger:
Expand Down

0 comments on commit da69315

Please sign in to comment.