Fixed workflows to avoid releasing GitHub actions for KiCad 6

This commit is contained in:
Salvador E. Tropea 2022-01-13 19:00:29 -03:00
parent c4ac2adfcc
commit d32f441e51
2 changed files with 8 additions and 0 deletions

View File

@ -7,9 +7,13 @@ on:
push:
tags-ignore:
- "v1"
- "v1_k6"
- "v2"
- "v2_k6"
- "v3"
- "v3_k6"
- "v4"
- "v4_k6"
jobs:
deploy:

View File

@ -4,9 +4,13 @@ on:
push:
tags-ignore:
- "v1"
- "v1_k6"
- "v2"
- "v2_k6"
- "v3"
- "v3_k6"
- "v4"
- "v4_k6"
jobs:
check: