Skip to content

Commit ad67e93

Browse files
committed
Don't limit to master the simple example
1 parent b96bdad commit ad67e93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test1.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ name: Simple KiBot CI/CD test
55
# If any of the listed file changes we run the workflow
66
on:
77
push:
8-
branches: [ master ]
98
paths:
109
- 'kicad_ci_test.kicad_sch'
1110
- 'kicad_ci_test.kicad_pcb'
1211
- 'kicad_ci_test.kibot.yaml'
1312
- '.github/workflows/test1.yml'
1413
pull_request:
15-
branches: [ master ]
1614
paths:
1715
- 'kicad_ci_test.kicad_sch'
1816
- 'kicad_ci_test.kicad_pcb'

0 commit comments

Comments
 (0)