Skip to content

Commit

Permalink
do not run build android all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 committed Jul 10, 2024
1 parent 56b70e2 commit 51cf4bd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Build Android
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
inputs:
branch:
description: "The branch to build"
required: true
permissions:
users:
- hsjoberg
- niteshbalusu11
- djkazic

jobs:
build-android:
Expand Down

0 comments on commit 51cf4bd

Please sign in to comment.