We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4121df8 commit 44bbec2Copy full SHA for 44bbec2
.github/workflows/protect_release_branches.yml
@@ -6,7 +6,9 @@ name: No PRs to Release Branches
6
on:
7
# Triggers the workflow on push or pull request events but only for the v1.x branch
8
pull_request:
9
- branches: [ v1.x, v2.x ]
+ branches:
10
+ - 'v1.x'
11
+ - 'v2.x'
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
0 commit comments