Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Oct 29, 2024
1 parent 0f0077e commit fc80875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: [ prod, staging ]
branches: [ draft ]

jobs:
check-files:
Expand All @@ -27,7 +27,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: prod
DEFAULT_BRANCH: draft
LINTER_RULES_PATH: ./tools/pr-checker/linters/
VALIDATE_DOCKERFILE: true
VALIDATE_JAVA: true
Expand Down

0 comments on commit fc80875

Please sign in to comment.