Skip to content

Commit 4b6a754

Browse files
authored
Merge pull request #46 from appvia/ci
Tweaking ci
2 parents adff1cf + 80883ba commit 4b6a754

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,28 @@ workflows:
114114
version: 2
115115
run_build:
116116
jobs:
117-
- test
117+
- test:
118+
filters:
119+
tags:
120+
only: /^v.*$/
118121

119122
- build_only:
120123
requires:
121124
- test
122125
filters:
123126
branches:
124127
ignore: master
128+
tags:
129+
ignore: /.*/
125130

126131
- build_and_push:
127132
requires:
128133
- test
129134
filters:
130135
branches:
131136
only: master
137+
tags:
138+
only: /^v\d+\.\d+\.\d+$/
132139

133140
# - deploy:
134141
# skaffold_kube_context: qa

0 commit comments

Comments
 (0)