Skip to content

Commit

Permalink
Include semVer tags as pipeline triggers (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritznossek authored Sep 5, 2022
1 parent f040d9f commit 7fbbc12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ executors:
xcode: 13.4.1
windows: win/default

filters: &filters
tags:
only: /^\d+\.\d+\.\d+$/

# Matrices work with jobs that take parameters
jobs:
build:
Expand Down Expand Up @@ -89,4 +93,6 @@ workflows:
# Any other parameter values expressed here will be passed through to
# each invocation
run_integration_tests: true
- build-windows
filters: *filters
- build-windows:
filters: *filters

0 comments on commit 7fbbc12

Please sign in to comment.