mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 00:17:04 +00:00
Add protection for release branches (#351)
This commit is contained in:
parent
fe9207673e
commit
097d292c04
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -18,9 +18,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release/**/*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release/**/*'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue