Run check when workflow change

This commit is contained in:
Howard Wu 2023-05-16 08:49:44 +08:00
parent ad70105dc7
commit 9866cc3544
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ on:
push:
paths:
- '**.ps1'
- '.github/workflows/ps2check.yml'
workflow_dispatch:
pull_request:

View file

@ -4,6 +4,7 @@ on:
push:
paths:
- '**.sh'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:
pull_request: