From deffba74fe4208e0ce59f3737ffe9d0515094d7a Mon Sep 17 00:00:00 2001 From: Amit Parekh <7276308+amitkparekh@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:45:22 +0000 Subject: [PATCH] ci: run on pushes to main --- .github/workflows/continuous_integration.yml | 2 ++ .github/workflows/tests.yml | 3 +++ 2 files changed, 5 insertions(+) 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