Fix #1365. Run CI workflows on release branches (#1366)

This commit is contained in:
Chen-I Lim 2021-09-30 12:09:38 -07:00 committed by GitHub
parent 384e350c13
commit 80b9abf9dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ name: Check-in tests
on:
push:
branches: [ main ]
branches: [ main, release-** ]
pull_request:
branches: [ main ]

View file

@ -13,7 +13,7 @@ name: "CodeQL"
on:
push:
branches: [ main ]
branches: [ main, release-** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]

View file

@ -2,7 +2,7 @@ name: Dev-Release
on:
push:
branches: [ main ]
branches: [ main, release-** ]
pull_request:
branches: [ main ]
workflow_dispatch:

View file

@ -2,7 +2,7 @@ name: golangci-lint
on:
push:
branches: [ main ]
branches: [ main, release-** ]
pull_request:
branches: [ main ]

View file

@ -2,7 +2,7 @@ name: golangci-lint
on:
push:
branches: [ main ]
branches: [ main, release-** ]
pull_request:
branches: [ main ]