diff --git a/workflow-templates/fave-organization-ci-python.yml b/workflow-templates/fave-organization-ci-python.yml index 69f1f7b..5124139 100644 --- a/workflow-templates/fave-organization-ci-python.yml +++ b/workflow-templates/fave-organization-ci-python.yml @@ -10,14 +10,14 @@ on: push: branches: [ $default-branch, "dev", "workflows" ] pull_request: - branches: [ $default-branch ] + branches: [ $default-branch, "feature/**" ] jobs: lint-and-test: strategy: matrix: python-version: ["3.9", "3.10", "3.11"] - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] exclude: - os: windows-latest python-version: "3.9"