Skip to content

Commit

Permalink
ci: trigger v1.4.0 branch jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Apr 22, 2022
1 parent d0bc591 commit c90b602
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ on:
pull_request:
type: [review_requested, ready_for_review]
# The branches below must be a subset of the branches above
branches: [ master ]
branches:
- master
- v1.4.0
schedule:
- cron: '25 5 * * 5'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- master
- v1.4.0
type: [review_requested, ready_for_review]

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- master
- v1.4.0
type: [review_requested, ready_for_review]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- master
- v1.4.0
type: [review_requested, ready_for_review]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- master
- v1.4.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/spell-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches:
- master
- v1.4.0
type: [review_requested, ready_for_review]
jobs:
misspell:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- master
- v1.4.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- master
- v1.4.0
type: [review_requested, ready_for_review]
jobs:
changes:
Expand Down

0 comments on commit c90b602

Please sign in to comment.