From 617b87867000b5f724f4bdeda3a8502b877b70d4 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 2 Nov 2021 16:52:56 +0100 Subject: fix(ci): proper branch match order --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 962e9a6..8dbc534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ name: 'ci' on: push: branches: - - '!main' - '**' + - '!main' defaults: run: shell: 'bash' -- cgit v1.2.3