We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3959cc commit 0e2ced4Copy full SHA for 0e2ced4
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