We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3959cc + 0e2ced4 commit 297019bCopy full SHA for 297019b
1 file changed
.github/workflows/pr-validation.yml
@@ -3,10 +3,9 @@ name: PR Validation
3
on:
4
pull_request:
5
branches:
6
- - 'proj/**'
7
- - develop
8
- - 'release/**'
9
- main
+ - 'release/**'
+ - 'proj/**'
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
0 commit comments