ci: Add paths-ignore to GitHub workflow

This commit is contained in:
Carlos Álvaro
2020-10-16 18:28:40 +02:00
parent c0ee88e620
commit 6005c14c24
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
paths-ignore:
- './**/*.md'
- 'LICENSE'
env:
IMAGE_NAME: localhost:5000/cdalvaro/docker-salt-master:${{ github.sha }}