devops: run CI against release branches too (#1910)

This commit is contained in:
Andrey Lushnikov 2020-04-21 19:20:19 -07:00 committed by GitHub
parent 48cbee1c32
commit c474c540a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -4,9 +4,11 @@ on:
push:
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
env:
CI: true

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- release-*
env:
CI: true

View file

@ -4,9 +4,11 @@ on:
push:
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
env:
CI: true