Skip to content

Commit 4093a6a

Browse files
committed
mend
1 parent d4789f9 commit 4093a6a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Release
22

33
on:
44
push:
5-
paths:
6-
- '**.kicad_sch'
7-
- '**.kicad_pcb'
5+
branches:
6+
- main
7+
- develop
88
pull_request:
9-
paths:
10-
- '**.kicad_sch'
11-
- '**.kicad_pcb'
12-
9+
branches:
10+
- main
11+
- develop
12+
1313
jobs:
1414
release:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)