Skip to content

Commit

Permalink
Check changes on 3.4 branch in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
asenyaev committed May 31, 2022
1 parent ac615ea commit 964ad08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_linux.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 3.4
paths-ignore:
- '.github/workflows/build_wheels_linux_arm.yml'
- '.github/workflows/build_wheels_windows*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_linux_arm.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 3.4
paths-ignore:
- '.github/workflows/build_wheels_linux.yml'
- '.github/workflows/build_wheels_windows*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_macos.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 3.4
paths-ignore:
- '.github/workflows/build_wheels_linux*'
- '.github/workflows/build_wheels_windows*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_macos_m1.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 3.4
paths-ignore:
- '.github/workflows/build_wheels_linux*'
- '.github/workflows/build_wheels_windows*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_windows.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 3.4
paths-ignore:
- '.github/workflows/build_wheels_linux*'
- '.github/workflows/build_wheels_macos*'
Expand Down

0 comments on commit 964ad08

Please sign in to comment.