Merge pull request #12 from sudo-nautilus/patch-2

Ignore Readme Files When Pull Reqesting  ( In Workflow )
This commit is contained in:
Nautilus 2021-05-17 08:58:36 +05:30 committed by GitHub
commit 4e601cf75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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