fix: make workflow ignore changes in certain paths

This commit is contained in:
Stevan Freeborn
2023-02-20 15:15:35 -06:00
parent d35f8457f5
commit f202e01ecc
+2 -2
View File
@@ -5,14 +5,14 @@ on:
paths-ignore:
- .github/**
- .husky/**
- ./README.md
- '**/README.md'
branches:
- master
pull_request:
paths-ignore:
- .github/**
- .husky/**
- ./README.md
- '**/README.md'
branches:
- master
jobs: