From 758dc87d317a99e7927100b2c7e32a46e0eb4ee5 Mon Sep 17 00:00:00 2001 From: Amit Parekh <7276308+amitkparekh@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:06:39 +0000 Subject: [PATCH] ci: run on changes to main --- .github/workflows/continuous_integration.yml | 3 +++ .github/workflows/tests.yml | 3 +++ 2 files changed, 6 insertions(+) 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