Skip to content

Commit d6477cf

Browse files
cartlandDanAlbert
authored andcommitted
Add workflow_dispatch trigger to workflows from GitHub
1 parent 69fe5a5 commit d6477cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch:
5+
push:
6+
pull_request:
47

58
jobs:
69
build:
@@ -22,4 +25,3 @@ jobs:
2225
- name: build samples
2326
run: |
2427
./gradlew build
25-

0 commit comments

Comments
 (0)