fix: make workflow ignore changes in certain paths

This commit is contained in:
Stevan Freeborn
2023-02-20 14:47:44 -06:00
parent 8e43088a7a
commit 9a8cdad365
+5 -2
View File
@@ -2,14 +2,17 @@ name: lint_format_test
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- master
paths-ignore: paths-ignore:
- .github/ - .github/
- .husky/ - .husky/
branches:
- master
pull_request: pull_request:
branches: branches:
- master - master
paths-ignore:
- .github/
- .husky/
jobs: jobs:
lint: lint:
name: lint name: lint