Skip to content

Commit

Permalink
(ci/github/kibot): Add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Aug 17, 2023
1 parent d56175b commit 7bc294b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: KiBot

on:
workflow_dispatch:
push:
paths:
- '**.sch'
Expand All @@ -9,7 +10,7 @@ on:
paths:
- '**.sch'
- '**.kicad_pcb'

jobs:
kibot:
name: KiBot
Expand Down

0 comments on commit 7bc294b

Please sign in to comment.