diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f211b87..9108c70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,16 @@ name: Python package on: - push: {} + push: + branches: + - main + - develop + pull_request: + types: + - opened + - reopened + - synchronize schedule: - - cron: "0 0 * * 1-5" + - cron: 0 0 * * 1-5 jobs: test: name: "Test Python ${{ matrix.python-version }}"