Skip to content

Commit 3c1198c

Browse files
committed
chore: Update CI
1 parent ad2477a commit 3c1198c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,22 @@ workflows:
150150
tags:
151151
only: /^v\d+\.\d+\.\d+[-a-zA-Z0-9]*$/
152152
- build-windows:
153+
# These need to be repeated for the tags for some reason
154+
filters:
155+
branches:
156+
# only: ci-test # MAKE SURE TO CONDITION OR RENAME UPLOADED FILES TO GITHUB!!
157+
ignore: /.*/
158+
tags:
159+
only: /^v\d+\.\d+\.\d+[-a-zA-Z0-9]*$/
153160
requires:
154161
- build-client
155162
- release-server:
163+
filters:
164+
branches:
165+
# only: ci-test # MAKE SURE TO CONDITION OR RENAME UPLOADED FILES TO GITHUB!!
166+
ignore: /.*/
167+
tags:
168+
only: /^v\d+\.\d+\.\d+[-a-zA-Z0-9]*$/
156169
requires:
157170
- build-client
158171
windows-test-build:

0 commit comments

Comments
 (0)