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 3f61d5a commit d983850Copy full SHA for d983850
.github/workflows/app_startup.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Upload to nightly release
107
uses: ncipollo/release-action@v1
108
- if: github.ref == 'refs/heads/android_test'
+ if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003'
109
with:
110
allowUpdates: true
111
tag: nightly
0 commit comments