We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61f2e5 commit 0cd33c9Copy full SHA for 0cd33c9
.github/workflows/release_desktop_app.yml
@@ -20,7 +20,7 @@ jobs:
20
APPLE_ID: ${{ secrets.apple_id }}
21
APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
22
23
- if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'
+ if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'|| github.ref == 'refs/heads/win-package'
24
runs-on: ${{ github.event.inputs.build_type }}
25
26
steps:
0 commit comments