Ignore Readme Files In Workflow While Pull Request

This commit is contained in:
Nautilus 2021-05-17 16:48:28 +05:30 committed by BtbN
parent 64c191eab1
commit 33653d9336
1 changed files with 2 additions and 0 deletions

View File

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