chore: update CI trigger paths (#7550)

This commit is contained in:
Sébastien Lorber 2022-06-02 17:26:18 +02:00 committed by GitHub
parent b215ad0e1b
commit c07a514730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -10,6 +10,8 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- packages/**
- website/**
- '!website/docs/**'

View file

@ -5,12 +5,18 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json
pull_request:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json
- .github/workflows/tests-e2e.yml

View file

@ -5,6 +5,9 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json

View file

@ -5,6 +5,9 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json