Update lint.yml
This commit is contained in:
parent
aa0d71b684
commit
fcf478c0d9
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -1,13 +1,13 @@
|
||||
---
|
||||
name: Lint
|
||||
'on':
|
||||
pull_request:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
yaml-lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user