also lint on push to master (#444)

This commit is contained in:
David Holdeman 2023-03-11 08:15:19 -06:00 committed by GitHub
parent f4258a6aa5
commit 3967bcb72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
name: Lint
on:
pull_request
push:
branches:
- master
pull_request:
jobs:
lint: