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 committed Nov 24, 2023
1 parent 9140323 commit 0a60a34
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 0a60a34

Please sign in to comment.