Ignore Markdown Files In Workflow

That's it
This commit is contained in:
Nautilus 2021-05-17 16:46:20 +05:30 committed by BtbN
parent c171e964a0
commit 64c191eab1
1 changed files with 2 additions and 0 deletions

View File

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