We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8685827 + 6d531dd commit 4cde147Copy full SHA for 4cde147
1 file changed
.circleci/config.yml
@@ -15,11 +15,12 @@ workflows:
15
requires:
16
- build
17
filters:
18
+ # Filters match ANY condition below. Specifying multiple filters does
19
+ # not specifically cause the workflow to run only when ALL are met.
20
tags:
21
only: /[0-9]+(\.[0-9]+)*/
22
branches:
- only:
- - master
23
+ ignore: /.*/
24
25
jobs:
26
build:
0 commit comments