diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 6bc3f65..47617d6 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -8,9 +8,9 @@ name: Python Test & Coverage # 1. Triggers: Run this workflow on push/PR to the main branch on: push: - branches: [ "main" ] + branches: [ "main", "develop" ] pull_request: - branches: [ "main" ] + branches: [ "main", "develop" ] permissions: contents: read