Skip to content

Commit

Permalink
ci: run CI on release branches (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Apr 12, 2021
1 parent b4dc2c0 commit 70a3512
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_python_wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_python_wheels_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- master
- 'releases/**'

jobs:
Benchmarking:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- master
Expand Down

0 comments on commit 70a3512

Please sign in to comment.