Skip to content

Commit

Permalink
Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamws committed Dec 29, 2023
1 parent 88111df commit 7e17b5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,11 @@ workflows:
requires:
- test-linux-kicad7
- test-windows-kicad7
kicad-release:
jobs:
- create-pcm-package:
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
branches:
ignore: /.*/

0 comments on commit 7e17b5e

Please sign in to comment.