Skip to content

Commit

Permalink
chore: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruptein committed Feb 8, 2025
1 parent ad2477a commit 3c1198c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,22 @@ workflows:
tags:
only: /^v\d+\.\d+\.\d+[-a-zA-Z0-9]*$/
- build-windows:
# These need to be repeated for the tags for some reason
filters:
branches:
# only: ci-test # MAKE SURE TO CONDITION OR RENAME UPLOADED FILES TO GITHUB!!
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+[-a-zA-Z0-9]*$/
requires:
- build-client
- release-server:
filters:
branches:
# only: ci-test # MAKE SURE TO CONDITION OR RENAME UPLOADED FILES TO GITHUB!!
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+[-a-zA-Z0-9]*$/
requires:
- build-client
windows-test-build:
Expand Down

0 comments on commit 3c1198c

Please sign in to comment.