mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-10 08:40:58 +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
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v3.x
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user