Don't lint on push - only pull_request
This commit is contained in:
parent
ed88caeb8d
commit
515980143f
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
name: lint
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
|
||||
jobs:
|
||||
brightscript:
|
||||
|
|
Loading…
Reference in New Issue
Block a user