diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c387387..95a62219 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -168,25 +168,33 @@ workflows: - prepare-build: filters: branches: - only: develop + only: + - main + - stable - build-windows: requires: - prepare-build filters: branches: - only: develop + only: + - main + - stable - build-linux: requires: - prepare-build filters: branches: - only: develop + only: + - main + - stable - build-winget: requires: - prepare-build filters: branches: - only: develop + only: + - main + - stable - release: requires: - build-windows @@ -194,4 +202,6 @@ workflows: - build-winget filters: branches: - only: develop + only: + - main + - stable