Don't run full test and build for changes to the README file (in theory!)

This commit is contained in:
Adam Warner
2022-08-01 08:00:55 +01:00
parent 08837c5dcb
commit 0f3f8fb571

View File

@@ -3,9 +3,13 @@ on:
schedule:
- cron: '0 2 * * *'
push:
paths-ignore:
- 'README.md'
branches:
- dev
pull_request:
paths-ignore:
- 'README.md'
release:
types: [published]