fix(actions): Ignore changes on Readme (#1149)

This commit is contained in:
Pepe Fagoaga
2022-05-17 16:09:55 +02:00
committed by GitHub
parent cd41e73cbe
commit 879ac3ccb1

View File

@@ -6,6 +6,8 @@ on:
- 'master'
paths-ignore:
- '.github/**'
- 'README.md'
release:
types: [published]