diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c00cec450c85e..2848437a76a16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: branches: - master - - 1.1.x + - 1.2.x env: ENV_FILE: environment.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c49742095e1d8..464bad7884362 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,11 +1,11 @@ # Adapted from https://github.com/numba/numba/blob/master/azure-pipelines.yml trigger: - master -- 1.1.x +- 1.2.x pr: - master -- 1.1.x +- 1.2.x variables: PYTEST_WORKERS: auto