Skip to content

Commit 375f51b

Browse files
committed
Change action branches from main to v3
1 parent 05dde0c commit 375f51b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check-badges.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check badges in README.md
22

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

99
jobs:
1010
build-and-test:

.github/workflows/python-latest.yml

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

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

99
jobs:
1010
# Define the job to run before your matrix job

.github/workflows/python-package.yml

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

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

1212
jobs:
1313
build:

.github/workflows/twine-check.yml

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

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

99
jobs:
1010
twine-check:

0 commit comments

Comments
 (0)