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 75d6a28 commit 37006b3Copy full SHA for 37006b3
.github/workflows/release_desktop_app.yml
@@ -11,7 +11,7 @@ on:
11
# - ubuntu-latest
12
- windows-latest
13
# - macos-11
14
- default: ubuntu-latest
+ default: windows-latest
15
16
jobs:
17
release:
@@ -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/dev'
24
runs-on: ${{ github.event.inputs.build_type }}
25
26
steps:
0 commit comments