diff --git a/.drone.yml b/.drone.yml index 8a8915f..25dba04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - git fetch origin +refs/heads/master - git show-ref - - git diff --name-only HEAD~1..HEAD | grep -v '.drone.yml\|LICENSE\|README.md\|.gitignore\|Makefile' || exit 78 + - git diff --name-only HEAD~1..HEAD | grep 'content\|themes\|config.yaml' || exit 78 - name: build image: bdebyl/hugo