From d26d59854f13ab6a4a11a1eb0a9236c60282bb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20L=C3=B6ffler?= Date: Fri, 22 Sep 2023 15:21:13 +0300 Subject: [PATCH] Run CI on all branches --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b155158..9dc4fdd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - "master" + - "*" pull_request: branches: - "*"