Skip to content

Commit a21fbf4

Browse files
authored
Update test.yml
1 parent 22c4b24 commit a21fbf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test application
22

33
on:
44
pull_request:
5-
branches: [draft]
5+
branches: [ prod, staging ]
66

77
jobs:
88
check-files:
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
LINTER_RULES_PATH: ./tools/pr-checker/linters/
3131
FILTER_REGEX_EXCLUDE: .*/*.gradle
32-
DEFAULT_BRANCH: draft
32+
DEFAULT_BRANCH: prod
3333
- name: Summary
3434
if: "! github.event.pull_request.head.repo.fork"
3535
run: |
@@ -76,4 +76,4 @@ jobs:
7676
uses: actions/upload-artifact@v4
7777
with:
7878
name: reports
79-
path: finish/**/build/reports/
79+
path: finish/**/build/reports/

0 commit comments

Comments
 (0)