ignore changes to README on CI

This commit is contained in:
itsmattkc 2021-03-20 13:53:24 +11:00
parent e15aa2f154
commit a8955f9f4b

View file

@ -2,9 +2,15 @@ name: CI
on:
push:
branches: [ master ]
branches:
- master
paths-ignore:
- 'README.md'
pull_request:
branches: [ master ]
branches:
- master
paths-ignore:
- 'README.md'
jobs: