mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-14 04:16:57 +00: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:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user