Skip to content

Commit

Permalink
chore(ci): Trigger CI workflows that depend on pnpm-lock.yaml when it…
Browse files Browse the repository at this point in the history
… changes (#324)
  • Loading branch information
alco authored Aug 10, 2023
1 parent e578cff commit 4ff3546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clients_typescript_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
pull_request:
paths:
- 'pnpm-lock.yaml'
- 'clients/typescript/**'
- '!clients/typescript/**.md'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
# Root files
- '*'
- '!pnpm-lock.yaml'
# CI files not related to GH actions
- '.buildkite/**'
- '**/README.md'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
pull_request:
paths:
- 'pnpm-lock.yaml'
- 'generator/**'

defaults:
Expand Down

0 comments on commit 4ff3546

Please sign in to comment.