Trigger linter on self-modify

This commit is contained in:
Erik Westrup
2022-02-01 17:53:30 +01:00
parent 130372e641
commit 5e51341c51

View File

@@ -5,10 +5,12 @@ on:
branches: master
paths:
- '**.sh'
- '.github/workflows/linter.yml'
pull_request:
branches: master
paths:
- '**.sh'
- '.github/workflows/linter.yml'
jobs:
build:
name: Lint Code Base