Skip to content

Commit 097d292

Browse files
authored
Add protection for release branches (#351)
1 parent fe92076 commit 097d292

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ on:
1818
push:
1919
branches:
2020
- 'main'
21+
- 'release/**/*'
2122
pull_request:
2223
branches:
2324
- 'main'
25+
- 'release/**/*'
2426
workflow_dispatch:
2527

2628
concurrency:

0 commit comments

Comments
 (0)