summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-02 16:52:56 +0100
committerGitHub <[email protected]>2021-11-02 16:52:56 +0100
commit617b87867000b5f724f4bdeda3a8502b877b70d4 (patch)
tree5493fd89ce6fd8f79ebd0525141c99b1e5158440
parenta1f97fda88612718e0a6aff06633e66838c5c8a1 (diff)
fix(ci): proper branch match order
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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'