Ignore Readme Files When Pull Reqesting ( In Workflow )
This commit is contained in:
parent
c171e964a0
commit
f826fd93e1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue