Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/nightly' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ejaz4 committed Jan 9, 2022
2 parents 133f4ad + 789603a commit 51af630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch:
push:
paths:
- app/**
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
path: app/build/outputs/apk/debug/app-debug.apk
release:
name: Release APK
needs: apk
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 51af630

Please sign in to comment.