Unverified Commit 82b7d31c authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] run CI on pull requests targeting release/ branches (#5527)

parent 3eb68e85
...@@ -7,6 +7,7 @@ on: ...@@ -7,6 +7,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- release/*
env: env:
github_actions: 'true' github_actions: 'true'
......
...@@ -4,6 +4,7 @@ on: ...@@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- release/*
jobs: jobs:
all-successful: all-successful:
......
...@@ -7,6 +7,7 @@ on: ...@@ -7,6 +7,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- release/*
env: env:
CONDA_ENV: test-env CONDA_ENV: test-env
......
...@@ -7,6 +7,7 @@ on: ...@@ -7,6 +7,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- release/*
env: env:
# hack to get around this: # hack to get around this:
......
...@@ -9,6 +9,7 @@ on: ...@@ -9,6 +9,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- release/*
env: env:
COMPILER: 'gcc' COMPILER: 'gcc'
......
...@@ -7,6 +7,7 @@ trigger: ...@@ -7,6 +7,7 @@ trigger:
- v* - v*
pr: pr:
- master - master
- release/*
variables: variables:
AZURE: 'true' AZURE: 'true'
PYTHON_VERSION: '3.10' PYTHON_VERSION: '3.10'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment