From 59b07cce1b7c31a9859f8774ce7bac11ad584f9a Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Thu, 29 Apr 2021 11:35:05 -0400 Subject: [PATCH] Update test.yml (#111) --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02eb48b..ec73a92 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Test application on: pull_request: - branches: [ master, qa ] + branches: [ prod, staging ] jobs: check-files: @@ -28,6 +28,7 @@ jobs: VALIDATE_ALL_CODEBASE: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: ./tools/pr-checker/linters/ + DEFAULT_BRANCH: prod - name: Summary if: always() run: |