Skip to content

Commit

Permalink
Update generate_output.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
42CrMo4 committed Jul 6, 2024
1 parent a6a715c commit 7005dc1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/generate_output.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
name: CI output design

# only run menualy
# Controls when the action will run. Triggers the workflow on push or pull request
# events that happen on all branches
on:
workflow_dispatch:
push:
# branches: [ main ]
paths:
- '*.kicad_sch'
- '*.kicad_pcb'
- '*.kiplot.yaml'
- '.github/workflows/generate_output.yml'
- 'project.properties'

pull_request:
# branches: [ main ]
paths:
- '*.kicad_sch'
- '*.kicad_pcb'
- '*.kiplot.yaml'
- '.github/workflows/generate_output.yml'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel.
#jobs:
Expand Down

0 comments on commit 7005dc1

Please sign in to comment.