File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test application
22
33on :
44 pull_request :
5- branches : [master, qa ]
5+ branches : [ prod, staging ]
66
77jobs :
88 check-files :
2828 VALIDATE_ALL_CODEBASE : false
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 LINTER_RULES_PATH : ./tools/pr-checker/linters/
31+ DEFAULT_BRANCH : prod
3132 - name : Summary
3233 if : always()
3334 run : |
Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ name: Rebuild cloud-hosted guide
55on :
66 push :
77 branches :
8- - ' master'
98 - ' main'
109 - ' prod'
11- - ' qa'
1210 - ' staging'
1311
1412# A workflow run is made up of one or more jobs that can run sequentially or in parallel
3129 repo : OpenLiberty/cloud-hosted-guides
3230 token : ${{ secrets.GUIDECONVERSIONTOOL_PASSWORD }}
3331 inputs : ' { "branch": "${{ github.ref }}", "guide_name": "${{ github.event.repository.name }}" }'
34- ref : " refs/heads/prod"
32+ ref : " refs/heads/prod"
You can’t perform that action at this time.
0 commit comments