Skip to content

Commit

Permalink
test.yml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
siwany committed Jun 13, 2024
1 parent c474743 commit 2add65a
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: [ prod, staging, draft ]

jobs:
check-files:
Expand All @@ -28,7 +28,7 @@ jobs:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: ./tools/pr-checker/linters/
DEFAULT_BRANCH: prod
DEFAULT_BRANCH: draft
- name: Summary
if: "! github.event.pull_request.head.repo.fork"
run: |
Expand Down

0 comments on commit 2add65a

Please sign in to comment.