diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-02 15:46:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-02 15:46:06 +0100 |
commit | b81eccf2b6c424b98fa13da8e62ba576fdad22cc (patch) | |
tree | f57a3cefa078949ce7b684acd659e29ef8a323d9 /.github/workflows/ci.yml | |
parent | f53f21ac32edb5e8467d6b98eff2407042f1d227 (diff) | |
parent | c0747191ef1750213cf7d0742d7c01908b8defe3 (diff) |
Merge pull request #142 from org-roam/feat/cd
feat(cd): create proper cd
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3031b8..5f5a928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ name: 'ci' on: push: + branches-ignore: + -[main] defaults: run: shell: 'bash' |