Skip to content

Commit 0cd33c9

Browse files
committed
update workflow to run on win-package branch
1 parent d61f2e5 commit 0cd33c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_desktop_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
APPLE_ID: ${{ secrets.apple_id }}
2121
APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
2222

23-
if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'
23+
if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'|| github.ref == 'refs/heads/win-package'
2424
runs-on: ${{ github.event.inputs.build_type }}
2525

2626
steps:

0 commit comments

Comments
 (0)