Skip to content

Commit fb3c24d

Browse files
committed
remove main, change branch name
1 parent 287dbd9 commit fb3c24d

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, support/2.x ]
7+
branches: [ support/v2 ]
88
pull_request:
9-
branches: [ main, support/2.x ]
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, support/2.x ]
8+
branches: [ support/v2]
99
pull_request:
10-
branches: [ main, support/2.x ]
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, support/2.x ]
8+
branches: [ support/v2 ]
99
pull_request:
10-
branches: [ main, support/2.x ]
10+
branches: [ support/v2 ]
1111

1212
jobs:
1313
windows:

0 commit comments

Comments
 (0)