Skip to content

Commit

Permalink
Run check when workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 committed May 16, 2023
1 parent ad70105 commit 9866cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ps2check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- '**.ps1'
- '.github/workflows/ps2check.yml'
workflow_dispatch:
pull_request:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- '**.sh'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:
pull_request:

Expand Down

0 comments on commit 9866cc3

Please sign in to comment.