From f81c71ba0bfe2898f2af226da4c363a31d89439b Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 18 Jun 2024 11:12:49 +0100 Subject: [PATCH] ci: add `pull_request` so we can also test with tweaks in other branches --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28c4cec4..265aca13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,12 @@ on: - development - experimental - 'test*' + pull_request: + branches: + - master + - development + - experimental + - 'test*' jobs: build: