Skip to content

Commit c0b341c

Browse files
ci: Run tests on v* branches (#2747)
1 parent 4a33701 commit c0b341c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ name: "CodeQL"
88

99
on:
1010
push:
11-
branches: [ "main" ]
11+
branches:
12+
- "main"
13+
- "v*"
1214
paths:
1315
- .github/workflows/codeql-analysis.yml
1416
- '**.py' # Any Python file

.github/workflows/codspeed.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+
- "v*"
78
paths:
89
- "singer_sdk/**"
910
- "tests/**"

.github/workflows/cookiecutter-e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
- "e2e-tests/cookiecutters/**"
99
- ".github/workflows/cookiecutter-e2e.yml"
1010
push:
11-
branches: [main]
11+
branches:
12+
- main
13+
- v*
1214
paths:
1315
- "cookiecutter/**"
1416
- "e2e-tests/cookiecutters/**"

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ on:
1414
- ".github/workflows/test.yml"
1515
- ".github/workflows/constraints.txt"
1616
push:
17-
branches: [main]
17+
branches:
18+
- main
19+
- v*
1820
paths:
1921
- "cookiecutter/**"
2022
- "samples/**"

0 commit comments

Comments
 (0)