Skip to content

Commit 37006b3

Browse files
committed
allow to run on dev
1 parent 75d6a28 commit 37006b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_desktop_app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
# - ubuntu-latest
1212
- windows-latest
1313
# - macos-11
14-
default: ubuntu-latest
14+
default: windows-latest
1515

1616
jobs:
1717
release:
@@ -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/dev'
2424
runs-on: ${{ github.event.inputs.build_type }}
2525

2626
steps:

0 commit comments

Comments
 (0)