mirror of https://github.com/zeldaret/botw.git
ci: Run lint workflow on pushes as well
This commit is contained in:
parent
d253711d1b
commit
d558d5ab33
|
@ -1,5 +1,5 @@
|
|||
name: lint_pr
|
||||
on: pull_request
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue