From bc35b15b849e07097f5c2b0b715dd254e2bfc68f Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sun, 24 Oct 2021 10:59:15 +0200 Subject: [PATCH] github: Another attempt to run tests on all branches --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b640d06..4d3dc99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,7 @@ name: sd-card-images CI on: push: - branches: - - "*" + branches: "*" pull_request: branches: - "master"