ignore dependabot.yml in workflows/docker.yml

This commit is contained in:
Ralf Vogler 2023-08-25 21:40:28 +02:00
parent 56d8c2d188
commit a7d045f0e2

View file

@ -6,6 +6,7 @@ on:
push: # on every branch, but not for PRs from forks?
paths-ignore:
- "README.md"
- ".github/dependabot.yml"
- ".github/ISSUE_TEMPLATE/**"
pull_request: # includes PRs from forks but only triggers on creation, not pushes?
branches: