fix(ci): wildcard at wrong spot

This commit is contained in:
Marie 2023-09-25 17:05:42 +02:00 committed by GitHub
parent 35f3f9e078
commit ccd4408cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,10 @@ name: Lint
on: on:
push: push:
branches: branches:
- master/** - master
- develop/** - develop
paths: paths:
- packages - packages/**
pull_request: pull_request:
jobs: jobs: