summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-02 15:45:04 +0100
committerGitHub <[email protected]>2021-11-02 15:45:04 +0100
commitc0747191ef1750213cf7d0742d7c01908b8defe3 (patch)
treef57a3cefa078949ce7b684acd659e29ef8a323d9
parentbd9e25169b3f71b7aa2bd1aa76cdebf18b65ea8d (diff)
feat(cd): don't run build check on main
-rw-r--r--.github/workflows/ci.yml2
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'