diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 67bd6ff..3aa4a09 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -6,6 +6,8 @@ on: pull_request: types: [opened, reopened, synchronize, ready_for_review] branches: [main] + push: + branches: [main] env: PYTHON_VERSION: 3.9 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76d5b5b..2a0eff2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [main] paths-ignore: ["**/*.md", "**/*.rst"] + push: + branches: [main] + paths-ignore: ["**/*.md", "**/*.rst"] env: PYTHON_VERSION: 3.9