Skip to content

Commit e5bf5fd

Browse files
committed
Remove trunk and gmq
1 parent 8b10d16 commit e5bf5fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/github-actions-essential-ci-aviator.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ on:
55
types: [opened, reopened, synchronize]
66
branches:
77
- "master-aviator"
8+
- "!master-trunk"
9+
- "!master-gmq"
810
push:
911
branches:
1012
- "master-aviator"
1113
- "staging"
1214
- "trying"
1315
- "aviator-merge/**" # Support push-triggered mode for aviator Merge Queue
16+
- "!master-trunk"
17+
- "!master-gmq"
1418
workflow_dispatch:
1519
concurrency:
1620
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/github-actions-essential-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- "release-*"
99
- "staging-*"
1010
- "!master-aviator"
11+
- "!master-trunk"
12+
- "!master-gmq"
1113
- "!release-1.0*"
1214
- "!release-1.1*"
1315
- "!release-2.0*"
@@ -33,6 +35,8 @@ on:
3335
- "staging"
3436
- "trying"
3537
- "!master-aviator"
38+
- "!master-trunk"
39+
- "!master-gmq"
3640
- "!release-1.0*"
3741
- "!release-1.1*"
3842
- "!release-2.0*"

0 commit comments

Comments
 (0)