Skip to content

Commit

Permalink
Merge branch 'main' into 187-xcode-cloud-support-for-version-200+
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck authored Apr 19, 2024
2 parents 621abf3 + 038508e commit d2967e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ workflows:
develop-build:
jobs:
- pre-check:
context: SDK Registry Token
filters:
tags:
only: /v.*/
- build:
context: SDK Registry Token
requires:
- pre-check
filters:
tags:
only: /v.*/
- spm-build:
context: SDK Registry Token
requires:
- pre-check
- release-pre-check:
context: SDK Registry Token
requires:
- pre-check
filters:
Expand Down

0 comments on commit d2967e5

Please sign in to comment.