run Github Actions lint on push & PR [skip ci]

This commit is contained in:
checktheroads
2021-01-01 11:48:48 -07:00
parent dfe56f8ff5
commit 2acecd8437
+1 -1
View File
@@ -1,5 +1,5 @@
name: Backend Linting
on: pull_request
on: [push, pull_request]
jobs:
ci: