Skip to content

Commit 6d531dd

Browse files
author
Nick Anderegg
committed
Fix .circleci/config.yaml deploy workflow conditions
1 parent 8685827 commit 6d531dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ workflows:
1515
requires:
1616
- build
1717
filters:
18+
# Filters match ANY condition below. Specifying multiple filters does
19+
# not specifically cause the workflow to run only when ALL are met.
1820
tags:
1921
only: /[0-9]+(\.[0-9]+)*/
2022
branches:
21-
only:
22-
- master
23+
ignore: /.*/
2324

2425
jobs:
2526
build:

0 commit comments

Comments
 (0)