Skip to content

Commit

Permalink
ci: don't build macos and windows on feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyxogen authored and yuri91 committed Nov 24, 2023
1 parent acebb43 commit e502150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,9 @@ workflows:
- build-cheerp-headers-and-libs:
requires:
- build-libraries
filters:
branches:
only: master
- build-macos:
requires:
- build-cheerp-headers-and-libs
Expand Down

0 comments on commit e502150

Please sign in to comment.