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: paths-ignore:
- .github/** - .github/**
- .husky/** - .husky/**
- ./README.md - '**/README.md'
branches: branches:
- master - master
pull_request: pull_request:
paths-ignore: paths-ignore:
- .github/** - .github/**
- .husky/** - .husky/**
- ./README.md - '**/README.md'
branches: branches:
- master - master
jobs: jobs: