diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 493394c..9ee9b8b 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -7,6 +7,9 @@ on: 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 e36dbaf..8049107 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