Skip to content

Commit

Permalink
allow manually running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 8, 2024
1 parent 273eeff commit b147c77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags: ["*"]
pull_request:
branches: [edge]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-20.04
Expand All @@ -24,4 +26,4 @@ jobs:
with:
name: DSub2000 APK
path: app/build/outputs/apk/floss/release/*-release.apk
compression-level: 0
compression-level: 0

0 comments on commit b147c77

Please sign in to comment.