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: branches:
- develop - develop
paths: paths:
- packages - packages/**
- locales - locales/**
workflow_dispatch: workflow_dispatch:
env: env:

View File

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