Skip to content

Commit 4e1bd6e

Browse files
authored
chore(ci): remove next branch trigger condition (#2563)
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 0154b13 commit 4e1bd6e

File tree

10 files changed

+0
-15
lines changed

10 files changed

+0
-15
lines changed

.github/workflows/apisix-conformance-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- next
2524
pull_request:
2625
branches:
2726
- master
28-
- next
2927

3028
concurrency:
3129
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/apisix-e2e-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- next
2524
pull_request:
2625
branches:
2726
- master
28-
- next
2927

3028
concurrency:
3129
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ on:
2424
pull_request:
2525
branches:
2626
- master
27-
- next
2827
- 1.8.0
2928
schedule:
3029
- cron: '25 5 * * 5'

.github/workflows/dependency-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
pull_request:
2222
branches:
2323
- master
24-
- next
2524
- 1.8.0
2625

2726
permissions:

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- next
2524
pull_request:
2625
branches:
2726
- master
28-
- next
2927

3028
jobs:
3129
golangci:

.github/workflows/license-checker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- next
2928
- 1.8.0
3029

3130
jobs:

.github/workflows/lint-checker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- next
2928
- 1.8.0
3029
jobs:
3130
changes:

.github/workflows/spell-checker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- next
2524
pull_request:
2625
branches:
2726
- master
28-
- next
2927
jobs:
3028
misspell:
3129
name: runner / misspell

.github/workflows/unit-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ on:
2222
push:
2323
branches:
2424
- master
25-
- next
2625
pull_request:
2726
branches:
2827
- master
29-
- next
3028
- 1.8.0
3129
jobs:
3230
run-test:

.github/workflows/yamllint-checker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- next
2928
- 1.8.0
3029
jobs:
3130
changes:

0 commit comments

Comments
 (0)