don't run test pipeline if master
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Andrew Tomaka 2023-02-18 12:07:39 -05:00
parent aab612d678
commit 446c69c4c6
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -8,6 +8,11 @@ steps:
- gem install bundler
- bundle install
- bundle exec jekyll build
trigger:
branch:
exclude: master
event: push
---
name: build
kind: pipeline