Skip to content

Commit 2a11948

Browse files
authored
Update app.yml
1 parent ff8a66f commit 2a11948

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/app.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ env:
1616

1717
jobs:
1818
build:
19-
if: github.ref == 'refs/heads/master'
2019
strategy:
2120
matrix:
2221
configuration: [Release]
@@ -80,7 +79,6 @@ jobs:
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:

0 commit comments

Comments
 (0)