Skip to content

Commit

Permalink
devops: run CI against release branches too (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Apr 22, 2020
1 parent 48cbee1 commit c474c54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*

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

env:
CI: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*

env:
CI: true
Expand Down

0 comments on commit c474c54

Please sign in to comment.