File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Post-Merge CI Pipeline
66
77on : # yamllint disable-line rule:truthy
88 push :
9- branches : ['main', 'release-[0-9]+.[0-9]+*']
9+ branches : ['main', 'release-[0-9]+.[0-9]+. *']
1010 workflow_dispatch :
1111
1212permissions : {}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Pre-Merge CI Pipeline
66
77on : # yamllint disable-line rule:truthy
88 pull_request :
9- branches : ['main', 'release-[0-9]+.[0-9]+*']
9+ branches : ['main', 'release-[0-9]+.[0-9]+. *']
1010 workflow_dispatch :
1111
1212concurrency :
Original file line number Diff line number Diff line change 1616 uses : open-edge-platform/orch-ci/.github/workflows/publish-documentation.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # yamllint disable-line rule:line-length
1717 with :
1818 simple_mode : false
19- branch_pattern : ' ^(main|release-[0-9]+\.[0-9]+*)$'
19+ branch_pattern : ' ^(main|release-[0-9]+\.[0-9]+. *)$'
2020 secrets :
2121 SYS_ORCH_GITHUB : ${{ secrets.SYS_ORCH_GITHUB }}
2222 DOC_AWS_ACCESS_KEY_ID : ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments