Skip to content

Commit

Permalink
CI: activate azure pipelines/github actions on 1.4.x (pandas-dev#45199)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Jan 5, 2022
1 parent 2d9513c commit d911bfa
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 1.3.x
- 1.4.x
pull_request:
branches:
- master
- 1.3.x
- 1.4.x

env:
ENV_FILE: environment.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/datamanger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 1.3.x
- 1.4.x
pull_request:
branches:
- master
- 1.3.x
- 1.4.x

env:
ENV_FILE: environment.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docbuild-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 1.3.x
- 1.4.x
pull_request:
branches:
- master
- 1.3.x
- 1.4.x

env:
ENV_FILE: environment.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 1.3.x
- 1.4.x
pull_request:
branches:
- master
- 1.3.x
- 1.4.x
paths-ignore:
- "doc/**"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 1.3.x
- 1.4.x
pull_request:
branches:
- master
- 1.3.x
- 1.4.x
paths-ignore:
- "doc/**"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- 1.3.x
- 1.4.x
pull_request:
branches:
- master
- 1.3.x
- 1.4.x
paths-ignore:
- "doc/**"

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
branches:
include:
- master
- 1.3.x
- 1.4.x
paths:
exclude:
- 'doc/*'
Expand All @@ -13,7 +13,7 @@ pr:
branches:
include:
- master
- 1.3.x
- 1.4.x

variables:
PYTEST_WORKERS: auto
Expand Down

0 comments on commit d911bfa

Please sign in to comment.