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

View File

@@ -6,11 +6,13 @@ on:
paths:
- '**.sh'
- '.github/workflows/linter.yml'
- 'usr/local/sbin/**'
pull_request:
branches: master
paths:
- '**.sh'
- '.github/workflows/linter.yml'
- 'usr/local/sbin/**'
jobs:
build:
name: Lint Code Base