summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-02 16:50:47 +0100
committerGitHub <[email protected]>2021-11-02 16:50:47 +0100
commita1f97fda88612718e0a6aff06633e66838c5c8a1 (patch)
tree83c457dfde669c8133d08b42d8e439547e3b8eb7 /.github/workflows/ci.yml
parented39f63347894faef43bd1c16a88bba0c1cecd68 (diff)
fix(cd): double stars to match everything (#145)
* fix(cd): double stars to match everything * fix(ci): actually do some ci sometime
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
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'