Skip to content

Commit 2f1cfd9

Browse files
authored
Merge pull request #38 from CircleCI-Public/fix-ci
ci: Main and not master
2 parents ac098e6 + 75ee73b commit 2f1cfd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- when:
6767
condition:
6868
and:
69-
- equal: [ master, << pipeline.git.branch >> ]
69+
- equal: [ main, << pipeline.git.branch >> ]
7070
steps:
7171
- run:
7272
name: Build for Linux Arm 64
@@ -336,19 +336,19 @@ workflows:
336336
- build-macos:
337337
filters:
338338
branches:
339-
only: master
339+
only: main
340340
- build-windows:
341341
filters:
342342
branches:
343-
only: master
343+
only: main
344344
- build-vsix:
345345
requires:
346346
- build-linux
347347
- build-macos
348348
- build-windows
349349
filters:
350350
branches:
351-
only: master
351+
only: main
352352

353353
- test-e2e:
354354
requires:
@@ -363,7 +363,7 @@ workflows:
363363
- build-windows
364364
filters:
365365
branches:
366-
only: master
366+
only: main
367367
deploy:
368368
jobs:
369369
- build-linux:

0 commit comments

Comments
 (0)