Skip to content

Commit 7e2bc29

Browse files
committed
update
1 parent 86f3ef4 commit 7e2bc29

File tree

4 files changed

+9430
-8698
lines changed

4 files changed

+9430
-8698
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ 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
1616
container:
1717
image: ghcr.io/inti-cmnb/kicad9_auto_full:latest
18-
# permissions:
19-
# contents: write
18+
permissions:
19+
contents: write
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)