Skip to content

Commit

Permalink
chore: update CI trigger paths (#7550)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Jun 2, 2022
1 parent b215ad0 commit c07a514
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- packages/**
- website/**
- '!website/docs/**'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json

Expand Down

0 comments on commit c07a514

Please sign in to comment.