Skip to content

Commit

Permalink
Fix index.md typos and enable running actions on more conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshader committed Dec 13, 2024
1 parent ba7af8e commit 18cf4a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
paths:
- '**.kicad_sch'
- '**.kicad_pcb'
# - '.github/workflows/kibot.yml'
- 'index.md'
- '.github/workflows/kibot.yml'
pull_request:
paths:
- '**.kicad_sch'
- '**.kicad_pcb'
# - '.github/workflows/kibot.yml'
- 'index.md'
- '.github/workflows/kibot.yml'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ All components with Values, References, Sheetpath and Links to the datasheet.

{% include_relative drc_validation.md %}

{ % include _ relative artsey_ergo-report.md % }
{% include_relative artsey_ergo-report.md %}

0 comments on commit 18cf4a4

Please sign in to comment.