Skip to content

Commit 29d7cba

Browse files
[CI] Add workflow_dispatch to run workflow. Remove .github/*.json trigger.
.github/*.json trigger does not seem to trigger anything
1 parent bb5134c commit 29d7cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Run Android build
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- 'dist/**.js'
7-
- '.github/*.json'
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)