Skip to content

Commit 51af630

Browse files
committed
Merge remote-tracking branch 'origin/nightly' into nightly
2 parents 133f4ad + 789603a commit 51af630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- app/**
@@ -34,7 +35,7 @@ jobs:
3435
path: app/build/outputs/apk/debug/app-debug.apk
3536
release:
3637
name: Release APK
37-
needs: apk
38+
needs: build
3839
runs-on: ubuntu-latest
3940
steps:
4041
- name: Checkout

0 commit comments

Comments
 (0)