Skip to content

Commit 44bbec2

Browse files
authored
build: correct release branch protection
1 parent 4121df8 commit 44bbec2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/protect_release_branches.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ name: No PRs to Release Branches
66
on:
77
# Triggers the workflow on push or pull request events but only for the v1.x branch
88
pull_request:
9-
branches: [ v1.x, v2.x ]
9+
branches:
10+
- 'v1.x'
11+
- 'v2.x'
1012

1113
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1214
jobs:

0 commit comments

Comments
 (0)