File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 build :
19- if : github.ref == 'refs/heads/master'
2019 strategy :
2120 matrix :
2221 configuration : [Release]
8079 path : ${{ github.workspace }}\app\release\${{ env.Platform }}-msix\WslToolbox.UI_${{ env.AppVersion }}_${{ env.Platform }}_Test
8180
8281 setup :
83- if : github.ref == 'refs/heads/master'
8482 env :
8583 Platform : " x64"
8684 runs-on : windows-2022
@@ -116,7 +114,6 @@ jobs:
116114 retention-days : 1
117115
118116 create-release :
119- if : github.ref == 'refs/heads/master'
120117 needs : [build,setup]
121118 runs-on : ubuntu-latest
122119 permissions :
@@ -140,7 +137,6 @@ jobs:
140137 url : " ${{ fromJSON(steps.newrelease.outputs.assets)[0].browser_download_url }}"
141138
142139 purge :
143- if : github.ref == 'refs/heads/master'
144140 runs-on : ubuntu-latest
145141 needs : setup
146142 steps :
You can’t perform that action at this time.
0 commit comments