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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- 'release/**/*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- 'release/**/*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Loading…
Reference in New Issue
Block a user