Skip to content

Commit 25331af

Browse files
committed
chore: enable all CircleCI deploy jobs
1 parent da4d492 commit 25331af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,21 @@ workflows:
153153

154154
deploy:
155155
jobs:
156+
- deploy-linux:
157+
filters:
158+
branches:
159+
only: main
160+
156161
- deploy-win:
157162
filters:
158163
branches:
159164
only: main
160165

166+
- deploy-macos:
167+
filters:
168+
branches:
169+
only: main
170+
161171
- deploy-android:
162172
filters:
163173
branches:

0 commit comments

Comments
 (0)