Trigger linter on all usr/local/sbin edits

This commit is contained in:
Erik Westrup
2022-02-02 07:53:30 +01:00
parent 90358c4f7a
commit ce73193128
+2
View File
@@ -6,11 +6,13 @@ on:
paths: paths:
- '**.sh' - '**.sh'
- '.github/workflows/linter.yml' - '.github/workflows/linter.yml'
- 'usr/local/sbin/**'
pull_request: pull_request:
branches: master branches: master
paths: paths:
- '**.sh' - '**.sh'
- '.github/workflows/linter.yml' - '.github/workflows/linter.yml'
- 'usr/local/sbin/**'
jobs: jobs:
build: build:
name: Lint Code Base name: Lint Code Base