Skip to content

Commit

Permalink
Merge pull request #121 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod: Update test.yml (#120)
  • Loading branch information
gkwan-ibm committed Apr 29, 2021
2 parents 528876c + 5a42907 commit 1f723fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test application

on:
pull_request:
branches: [ master, qa ]
branches: [ prod, staging ]

jobs:
check-files:
Expand All @@ -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: |
Expand Down

0 comments on commit 1f723fb

Please sign in to comment.