Skip to content

Commit

Permalink
add workflow dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak authored Aug 22, 2024
1 parent 0924532 commit e716b09
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

name: build-and-ship-android
on:
push:
branches:
- 'main'
# push:
# branches:
# - 'main'
workflow_dispatch:

jobs:
build-and-ship-android:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e716b09

Please sign in to comment.