Skip to content

Commit

Permalink
build: run CI on release branches
Browse files Browse the repository at this point in the history
PR-URL: #34649
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Mary Marchini <oss@mmarchini.me>
  • Loading branch information
codebytere committed Aug 11, 2020
1 parent 22f499f commit 221802d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
- v[0-9]+.x-staging
- v[0-9]+.x

env:
FLAKY_TESTS: dontcare
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- master
- canary
- v[0-9]+.x-staging
- v[0-9]+.x

env:
PYTHON_VERSION: 3.8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
- v[0-9]+.x-staging
- v[0-9]+.x

env:
PYTHON_VERSION: 3.8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
- v[0-9]+.x-staging
- v[0-9]+.x

env:
NODE_VERSION: 12.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
- 'doc/**'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- master
- canary
- v[0-9]+.x-staging
- v[0-9]+.x

env:
PYTHON_VERSION: 3.8
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- master
- canary
- v[0-9]+.x-staging
- v[0-9]+.x

env:
PYTHON_VERSION: 3.8
Expand Down

0 comments on commit 221802d

Please sign in to comment.