Ignore Readme Files When Pull Reqesting ( In Workflow )

This commit is contained in:
Nautilus 2021-05-17 08:56:35 +05:30 committed by GitHub
parent c171e964a0
commit f826fd93e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ on:
pull_request:
branches:
- master
paths-ignore:
- '**.md'
env:
DOCKER_BUILDKIT: 1