File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ name: "CodeQL"
8
8
9
9
on :
10
10
push :
11
- branches : [ "main" ]
11
+ branches :
12
+ - " main"
13
+ - " v*"
12
14
paths :
13
15
- .github/workflows/codeql-analysis.yml
14
16
- ' **.py' # Any Python file
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- " main"
7
+ - " v*"
7
8
paths :
8
9
- " singer_sdk/**"
9
10
- " tests/**"
Original file line number Diff line number Diff line change 8
8
- " e2e-tests/cookiecutters/**"
9
9
- " .github/workflows/cookiecutter-e2e.yml"
10
10
push :
11
- branches : [main]
11
+ branches :
12
+ - main
13
+ - v*
12
14
paths :
13
15
- " cookiecutter/**"
14
16
- " e2e-tests/cookiecutters/**"
Original file line number Diff line number Diff line change 14
14
- " .github/workflows/test.yml"
15
15
- " .github/workflows/constraints.txt"
16
16
push :
17
- branches : [main]
17
+ branches :
18
+ - main
19
+ - v*
18
20
paths :
19
21
- " cookiecutter/**"
20
22
- " samples/**"
You can’t perform that action at this time.
0 commit comments