Skip to content

Commit 12d8d51

Browse files
committed
remove obsolete workflow dispatch
1 parent 0b5946a commit 12d8d51

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/compile-blink.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Compile blink
33

44
# specify which paths to watch for changes
55
on:
6-
workflow_dispatch:
76
push:
87
paths:
98
- src/blink

.github/workflows/compile-controller.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Compile controller
33

44
# specify which paths to watch for changes
55
on:
6-
workflow_dispatch:
76
push:
87
paths:
98
- src/controller

.github/workflows/compile-publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Compile publish
33

44
# specify which paths to watch for changes
55
on:
6-
workflow_dispatch:
76
push:
87
paths:
98
- src/publish

0 commit comments

Comments
 (0)