Skip to content

Commit d983850

Browse files
committed
upload to nightly release
1 parent 3f61d5a commit d983850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app_startup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Upload to nightly release
107107
uses: ncipollo/release-action@v1
108-
if: github.ref == 'refs/heads/android_test'
108+
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003'
109109
with:
110110
allowUpdates: true
111111
tag: nightly

0 commit comments

Comments
 (0)