We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c4b24 commit a21fbf4Copy full SHA for a21fbf4
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test application
2
3
on:
4
pull_request:
5
- branches: [draft]
+ branches: [ prod, staging ]
6
7
jobs:
8
check-files:
@@ -29,7 +29,7 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
LINTER_RULES_PATH: ./tools/pr-checker/linters/
31
FILTER_REGEX_EXCLUDE: .*/*.gradle
32
- DEFAULT_BRANCH: draft
+ DEFAULT_BRANCH: prod
33
- name: Summary
34
if: "! github.event.pull_request.head.repo.fork"
35
run: |
@@ -76,4 +76,4 @@ jobs:
76
uses: actions/upload-artifact@v4
77
with:
78
name: reports
79
- path: finish/**/build/reports/
+ path: finish/**/build/reports/
0 commit comments