diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e155d32e8..36b16e18c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -5,6 +5,7 @@ on: tags: ["*"] pull_request: branches: [edge] + workflow_dispatch: jobs: build: runs-on: ubuntu-20.04 @@ -24,4 +25,4 @@ jobs: with: name: DSub2000 APK path: app/build/outputs/apk/floss/release/*-release.apk - compression-level: 0 \ No newline at end of file + compression-level: 0