ci: add wildcards

This commit is contained in:
Mar0xy 2023-09-25 17:04:56 +02:00
parent 4fb999d54c
commit 35f3f9e078
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@ on:
branches:
- develop
paths:
- packages
- locales
- packages/**
- locales/**
workflow_dispatch:
env:

View file

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