From b6a2071ba5f5c9f03e6b7ad585bcc4cdc60de591 Mon Sep 17 00:00:00 2001 From: Mikkel Kjeldsen Date: Sat, 23 Sep 2023 15:00:06 +0200 Subject: [PATCH] ci: run all branches --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b6498e..896672b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - '*' permissions: contents: write