Skip to content

Commit 297019b

Browse files
authored
Merge pull request #325 from campfirein/feat/ENG-1932
feat: [ENG=1932] remove develop from PR validation workflow triggers …
2 parents b3959cc + 0e2ced4 commit 297019b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: PR Validation
33
on:
44
pull_request:
55
branches:
6-
- 'proj/**'
7-
- develop
8-
- 'release/**'
96
- main
7+
- 'release/**'
8+
- 'proj/**'
109

1110
concurrency:
1211
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)