Skip to content

Commit c241743

Browse files
committed
Run workflow on dev branch
1 parent 227b11f commit c241743

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

2626
steps:

0 commit comments

Comments
 (0)