Revert Linter to only run on push event
This commit is contained in:
parent
10257e2994
commit
97badfaf41
6
.github/workflows/linter.yml
vendored
6
.github/workflows/linter.yml
vendored
@ -1,10 +1,6 @@
|
|||||||
name: Lint Code Base
|
name: Lint Code Base
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user