Run action on PRs
This commit is contained in:
parent
6bb87ae716
commit
2d0d76637b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
name: ShellCheck
|
name: ShellCheck
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue