Skip to content

Commit

Permalink
limit trigger branches to release branch (#13520) (#13526)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored May 10, 2023
1 parent e1d2a90 commit efe22fa
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 efe22fa

Please sign in to comment.