Skip to content

Commit ba1daa3

Browse files
authored
Merge pull request #2349 from jhamman/ci/run-ci-on-support-branch
ci: run test actions on support branch
2 parents eaf5d7a + fb3c24d commit ba1daa3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/minimal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Minimal installation
44

55
on:
66
push:
7-
branches: [ main ]
7+
branches: [ support/v2 ]
88
pull_request:
9-
branches: [ main ]
9+
branches: [ support/v2 ]
1010

1111
jobs:
1212
minimum_build:

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Linux Testing
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ support/v2]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ support/v2]
1111

1212
jobs:
1313
build:

.github/workflows/windows-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ support/v2 ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ support/v2 ]
1111

1212
jobs:
1313
windows:

0 commit comments

Comments
 (0)