Skip to content

Commit d8bed30

Browse files
authored
Update test.yml (#100)
1 parent c0d811f commit d8bed30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test application
22

33
on:
44
pull_request:
5-
branches: [ master, qa ]
5+
branches: [ prod, staging ]
66

77
jobs:
88
check-files:
@@ -28,6 +28,7 @@ jobs:
2828
VALIDATE_ALL_CODEBASE: false
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
LINTER_RULES_PATH: ./tools/pr-checker/linters/
31+
DEFAULT_BRANCH: prod
3132
- name: Summary
3233
if: always()
3334
run: |

0 commit comments

Comments
 (0)