ignore dependabot.yml in workflows/docker.yml
This commit is contained in:
parent
56d8c2d188
commit
a7d045f0e2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue