Skip to content

Commit 9fd0e07

Browse files
Copybarasasha-gitg
authored andcommitted
chore: Support test runs on v1 pull requests
Change-Id: Ifcfa08f31513e6b25023dbe81d3de70645912303
1 parent 5f91a9d commit 9fd0e07

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ name: Pre-commit Checks
1616

1717
on:
1818
push:
19-
branches: [main, v2]
19+
branches: [main, v1, v2]
2020
paths:
2121
- '**.py'
2222
- '.pre-commit-config.yaml'
2323
- 'pyproject.toml'
2424
pull_request:
25-
branches: [main, v2]
25+
branches: [main, v1, v2]
2626
paths:
2727
- '**.py'
2828
- '.pre-commit-config.yaml'

.github/workflows/python-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python Unit Tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main, v1, v2]
66
pull_request:
7-
branches: [ main, v2 ]
7+
branches: [main, v1, v2]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)