Skip to content

Commit e1be8a4

Browse files
authored
Update test.yml (#74)
1 parent b2353f4 commit e1be8a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/test.yml

+2-1
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)