Ignore Markdown Files In Workflow

That's it
This commit is contained in:
Nautilus 2021-05-17 16:46:20 +05:30 committed by GitHub
parent c171e964a0
commit ade0e4841a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ on:
types: [build]
schedule:
- cron: '0 12 * * *'
paths-ignore:
- '**.md'
env:
DOCKER_BUILDKIT: 1