Skip to content

Commit

Permalink
Action: Build Android: move to workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Feb 23, 2024
1 parent a907c92 commit 9b73da5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Build Android
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
workflow_dispatch:
inputs:
branch:
description: 'The branch to build'
required: true
permissions:
users:
- kaloudis
jobs:
build-android:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b73da5

Please sign in to comment.