Ignore Readme files when something is pushed

This commit is contained in:
Nautilus 2021-05-17 08:54:35 +05:30 committed by GitHub
parent c171e964a0
commit da03d19242
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