From 1711cefe5339407f05b458bd44124c7481cb94d1 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 1 Dec 2023 10:16:14 +0100 Subject: [PATCH 1/2] Run CI for every PR --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f5b591..03200f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,7 @@ name: Test on: - pull_request: - branches: - - "*.*" - - "feature/*" + pull_request: ~ push: branches: - "*.*" From d0c17bb61fc7a07d4262667ef6dc3ab11059bfad Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 1 Dec 2023 10:20:18 +0100 Subject: [PATCH 2/2] test