Skip to content

Commit

Permalink
Merge branch 'staging' into dependabot/maven/finish/org.junit.jupiter…
Browse files Browse the repository at this point in the history
…-junit-jupiter-5.10.2
  • Loading branch information
gkwan-ibm authored Feb 5, 2024
2 parents 03438cb + 79257c6 commit d1cf635
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: [ draft ]
branches: [ prod, staging ]

jobs:
check-files:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
DOCKERFILE_HADOLINT_DISABLE_ERRORS: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: ./tools/pr-checker/linters/
DEFAULT_BRANCH: draft
DEFAULT_BRANCH: prod
- name: Summary
if: always()
run: |
Expand Down

0 comments on commit d1cf635

Please sign in to comment.