Skip to content

Commit

Permalink
Update kibot_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jajaho committed Aug 5, 2023
1 parent 0efb98c commit 91ce8c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/kibot_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: "KiBot action"
on:
push:
paths:
- '*.kicad_sch'
- '*.kicad_pcb'
- '**/*.kicad_sch'
- '**/*.kicad_pcb'
- '.github/workflows/kibot_action.yml'
pull_request:
paths:
- '*.kicad_sch'
- '*.kicad_pcb'
- '**/*.kicad_sch'
- '**/*.kicad_pcb'
- '.github/workflows/kibot_action.yml'
repository_dispatch:
types: [run_qs_gha]
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Automatic_outputs
path: Generated
path: Generated

0 comments on commit 91ce8c2

Please sign in to comment.