File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,21 @@ name: Simple KiBot CI/CD test
2
2
3
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
4
# events but only for the master branch
5
+ # If any of the listed file changes we run the workflow
5
6
on :
6
7
push :
7
8
branches : [ master ]
8
9
paths :
9
10
- ' kicad_ci_test.kicad_sch'
10
11
- ' kicad_ci_test.kicad_pcb'
12
+ - ' kicad_ci_test.kibot.yaml'
11
13
- ' .github/workflows/test1.yml'
12
14
pull_request :
13
15
branches : [ master ]
14
16
paths :
15
17
- ' kicad_ci_test.kicad_sch'
16
18
- ' kicad_ci_test.kicad_pcb'
19
+ - ' kicad_ci_test.kibot.yaml'
17
20
- ' .github/workflows/test1.yml'
18
21
19
22
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Original file line number Diff line number Diff line change @@ -2,18 +2,21 @@ name: Sub-dir and sub-project KiBot CI/CD example
2
2
3
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
4
# events but only for the master branch
5
+ # If any of the listed file changes we run the workflow
5
6
on :
6
7
push :
7
8
branches : [ master ]
8
9
paths :
9
10
- ' test_subdir/test_subdir.kicad_sch'
10
11
- ' test_subdir/test_subdir.kicad_pcb'
12
+ - ' test_subdir/test_subdir.kibot.yaml'
11
13
- ' .github/workflows/test_subdir.yml'
12
14
pull_request :
13
15
branches : [ master ]
14
16
paths :
15
17
- ' test_subdir/test_subdir.kicad_sch'
16
18
- ' test_subdir/test_subdir.kicad_pcb'
19
+ - ' test_subdir/test_subdir.kibot.yaml'
17
20
- ' .github/workflows/test_subdir.yml'
18
21
19
22
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
You can’t perform that action at this time.
0 commit comments