Run linter on pushes to the master branch

Run the awesome-lint Github action on pushes to the master branch, so that we get the nice green check sign on the main repository site.
This commit is contained in:
Enkelmann 2021-01-12 15:15:32 +01:00 committed by GitHub
parent 45979d5f15
commit 1ab5798017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: awesome-lint github action
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
awesome-lint: