Run action on PRs (#582)
This commit is contained in:
parent
aab5e7b2ff
commit
14bcfbd531
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