fix: make workflow ignore changes in certain paths

This commit is contained in:
Stevan Freeborn
2023-02-20 14:49:25 -06:00
parent 9a8cdad365
commit 5482b466bf
+6 -6
View File
@@ -2,17 +2,17 @@ name: lint_format_test
on:
workflow_dispatch:
push:
paths-ignore:
- .github/**
- .husky/**
branches:
- master
paths-ignore:
- .github/
- .husky/
pull_request:
paths-ignore:
- .github/**
- .husky/**
branches:
- master
paths-ignore:
- .github/
- .husky/
jobs:
lint:
name: lint