diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-02 16:50:47 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-02 16:50:47 +0100 |
commit | a1f97fda88612718e0a6aff06633e66838c5c8a1 (patch) | |
tree | 83c457dfde669c8133d08b42d8e439547e3b8eb7 /.github/workflows/ci.yml | |
parent | ed39f63347894faef43bd1c16a88bba0c1cecd68 (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.yml | 1 |
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' |