.github: run build action on tags
This commit is contained in:
parent
00902dbbe4
commit
f485cf1a80
2
.github/workflows/pcb.yml
vendored
2
.github/workflows/pcb.yml
vendored
@ -2,6 +2,8 @@ name: "PCB production files"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user