From a1f97fda88612718e0a6aff06633e66838c5c8a1 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 2 Nov 2021 16:50:47 +0100 Subject: fix(cd): double stars to match everything (#145) * fix(cd): double stars to match everything * fix(ci): actually do some ci sometime --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb6c347..962e9a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: push: branches: - '!main' + - '**' defaults: run: shell: 'bash' -- cgit v1.2.3