[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:
Vilius Sutkus '89 2024-08-09 23:20:17 +03:00
parent bb5134ce76
commit 29d7cbabdd

View file

@ -1,10 +1,10 @@
name: Run Android build
on:
workflow_dispatch:
push:
paths:
- 'dist/**.js'
- '.github/*.json'
jobs:
build: