From 2a0bdc50e972ff6503bcb239ac28556d50ff75d2 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Sat, 21 Oct 2023 07:39:53 +0100 Subject: [PATCH] this should run on master --- .github/workflows/ci_suite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 683f3909b4..97e9976244 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -4,6 +4,9 @@ on: branches: - master merge_group: + push: + branches: + - master jobs: run_linters: if: "!contains(github.event.head_commit.message, '[ci skip]')"