mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-12 01:14:35 +00:00
ci: run linter on default branch
This commit is contained in:
committed by
GitHub
parent
549c11b4e2
commit
cc560ad7b4
6
.github/workflows/linter.yml
vendored
6
.github/workflows/linter.yml
vendored
@@ -1,6 +1,10 @@
|
|||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- v3.x
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Reference in New Issue
Block a user