mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[CI] Add workflow_dispatch to run workflow. Remove .github/*.json trigger.
.github/*.json trigger does not seem to trigger anything
This commit is contained in:
parent
bb5134ce76
commit
29d7cbabdd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
|
@ -1,10 +1,10 @@
|
||||||
name: Run Android build
|
name: Run Android build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'dist/**.js'
|
- 'dist/**.js'
|
||||||
- '.github/*.json'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue