don't run action if just readme is updated

This commit is contained in:
2022-12-09 14:07:09 -06:00
committed by GitHub
parent 1690661868
commit 421fe8e3f3
+2
View File
@@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}