fix(github): ignore readme updates (#94)
This commit is contained in:
parent
76718a010c
commit
f1c2f3b7dd
|
|
@ -5,7 +5,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '**/README.md'
|
||||||
jobs:
|
jobs:
|
||||||
molecule:
|
molecule:
|
||||||
name: Molecule
|
name: Molecule
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue