Skip to content

Commit b96bdad

Browse files
committed
Don't limit things to master
1 parent a7eff09 commit b96bdad

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test_subdir.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: Sub-dir and sub-project KiBot CI/CD example
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
4-
# events but only for the master branch
4+
# events
55
# If any of the listed file changes we run the workflow
66
on:
77
push:
8-
branches: [ master ]
8+
# Use the following syntax to limit on which branches we run the workflow
9+
# branches: [ master ]
910
paths:
1011
- 'test_subdir/test_subdir.kicad_sch'
1112
- 'test_subdir/test_subdir.kicad_pcb'
1213
- 'test_subdir/test_subdir.kibot.yaml'
1314
- '.github/workflows/test_subdir.yml'
1415
pull_request:
15-
branches: [ master ]
16+
# branches: [ master ]
1617
paths:
1718
- 'test_subdir/test_subdir.kicad_sch'
1819
- 'test_subdir/test_subdir.kicad_pcb'

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ In this file we:
2424
```
2525
on:
2626
push:
27-
branches: [ master ]
2827
paths:
2928
- 'kicad_ci_test.kicad_sch'
3029
- 'kicad_ci_test.kicad_pcb'
3130
- 'kicad_ci_test.kibot.yaml'
3231
- '.github/workflows/test1.yml'
3332
pull_request:
34-
branches: [ master ]
3533
paths:
3634
- 'kicad_ci_test.kicad_sch'
3735
- 'kicad_ci_test.kicad_pcb'

0 commit comments

Comments
 (0)