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 227b11f commit c241743Copy full SHA for c241743
.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/dev'
24
runs-on: ${{ github.event.inputs.build_type }}
25
26
steps:
0 commit comments