Skip to content

Commit 9f92fa0

Browse files
ci: Add v8.x branch to workflows (#6321)
1 parent 6577957 commit 9f92fa0

19 files changed

+29
-1
lines changed

.github/workflows/benchmarking.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- v8.x
67

78
pull_request:
89

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- v8.x
67
- release/**
78

89
pull_request:

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ name: CodeQL
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- v8.x
8+
69
pull_request:
710
branches:
811
- main
12+
- v8.x
13+
914
schedule:
1015
- cron: "40 4 * * 6" # Weekly scheduled run to catch issues regardless of changes
1116

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- v8.x
67

78
pull_request:
89

.github/workflows/lint-clang-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v8.x
78

89
pull_request:
910

.github/workflows/lint-cocoapods-specs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- v8.x
8+
79
pull_request:
810

911
# Concurrency configuration:

.github/workflows/lint-dprint-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- v8.x
1112

1213
pull_request:
1314

.github/workflows/lint-shellcheck-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- v8.x
1112

1213
pull_request:
1314

.github/workflows/lint-swift-formatting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- v8.x
8+
79
pull_request:
810

911
# Concurrency configuration:

.github/workflows/lint-swiftlint-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v8.x
78

89
pull_request:
910

0 commit comments

Comments
 (0)