mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Run check when workflow change
This commit is contained in:
parent
ad70105dc7
commit
9866cc3544
2 changed files with 2 additions and 0 deletions
.github/workflows
1
.github/workflows/ps2check.yml
vendored
1
.github/workflows/ps2check.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- '**.ps1'
|
||||
- '.github/workflows/ps2check.yml'
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
|
|
1
.github/workflows/shellcheck.yml
vendored
1
.github/workflows/shellcheck.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '.github/workflows/shellcheck.yml'
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue