Add protection for release branches (#351)
This commit is contained in:
parent
fe9207673e
commit
097d292c04
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…
Reference in New Issue
Block a user