Revert Linter to only run on push event

This commit is contained in:
Stefan Zweifel 2021-09-10 15:31:37 +02:00 committed by GitHub
parent 10257e2994
commit 97badfaf41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,6 @@
name: Lint Code Base
on:
push:
branches:
- master
pull_request:
on: push
jobs:
build: