mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
chore: update CI trigger paths (#7550)
This commit is contained in:
parent
b215ad0e1b
commit
c07a514730
4 changed files with 14 additions and 0 deletions
2
.github/workflows/build-perf.yml
vendored
2
.github/workflows/build-perf.yml
vendored
|
@ -10,6 +10,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- package.json
|
||||
- yarn.lock
|
||||
- packages/**
|
||||
- website/**
|
||||
- '!website/docs/**'
|
||||
|
|
6
.github/workflows/tests-e2e.yml
vendored
6
.github/workflows/tests-e2e.yml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/tests-windows.yml
vendored
3
.github/workflows/tests-windows.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- package.json
|
||||
- yarn.lock
|
||||
- jest.config.mjs
|
||||
- packages/**
|
||||
- tsconfig.json
|
||||
|
||||
|
|
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- package.json
|
||||
- yarn.lock
|
||||
- jest.config.mjs
|
||||
- packages/**
|
||||
- tsconfig.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue