fix(ci): wildcard at wrong spot
This commit is contained in:
parent
35f3f9e078
commit
ccd4408cef
1 changed files with 3 additions and 3 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -3,10 +3,10 @@ name: Lint
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master/**
|
||||
- develop/**
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- packages
|
||||
- packages/**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue