Skip to content

Commit

Permalink
[ci] run CI on pull requests targeting release/ branches (#5527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 8, 2022
1 parent 3eb68e8 commit 82b7d31
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
- release/*

env:
github_actions: 'true'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/optional_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- release/*

jobs:
all-successful:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
- release/*

env:
CONDA_ENV: test-env
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
- release/*

env:
# hack to get around this:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- master
- release/*

env:
COMPILER: 'gcc'
Expand Down
1 change: 1 addition & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ trigger:
- v*
pr:
- master
- release/*
variables:
AZURE: 'true'
PYTHON_VERSION: '3.10'
Expand Down

0 comments on commit 82b7d31

Please sign in to comment.