Skip to content

Commit

Permalink
ci: Trigger on changes to pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 9, 2023
1 parent 261348f commit 11c6777
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
paths:
- 'libraries/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
- 'libraries/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-memo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
paths:
- 'memo/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
- 'memo/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-name-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
paths:
- 'name-service/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
- 'name-service/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-single-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'associated-token-account/**'
- 'ci/*-version.sh'
- '.github/workflows/pull-request-single-pool.yml'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
Expand All @@ -16,6 +17,7 @@ on:
- 'associated-token-account/**'
- 'ci/*-version.sh'
- '.github/workflows/pull-request-single-pool.yml'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-stake-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'ci/*-version.sh'
- 'ci/warning/purge-ubuntu-runner.sh'
- '.github/workflows/pull-request-stake-pool.yml'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
Expand All @@ -16,6 +17,7 @@ on:
- 'ci/*-version.sh'
- 'ci/warning/purge-ubuntu-runner.sh'
- '.github/workflows/pull-request-stake-pool.yml'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-token-lending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- 'token-lending/**'
- 'token/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
- 'token-lending/**'
- 'token/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-token-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
- 'token/program-2022/**'
- 'ci/*-version.sh'
- '.github/workflows/pull-request-token-metadata.yml'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
- 'token-metadata/**'
- 'token/program-2022/**'
- 'ci/*-version.sh'
- '.github/workflows/pull-request-token-metadata.yml'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-token-swap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
- 'token/**'
- 'libraries/math/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
- 'token-swap/**'
- 'token/**'
- 'libraries/math/**'
- 'ci/*-version.sh'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
- 'token/**'
- 'ci/*-version.sh'
- '.github/workflows/pull-request-token.yml'
- 'pnpm-lock.yaml'
push:
branches: [master]
paths:
- 'associated-token-account/**'
- 'token/**'
- 'ci/*-version.sh'
- '.github/workflows/pull-request-token.yml'
- 'pnpm-lock.yaml'

jobs:
cargo-test-sbf:
Expand Down

0 comments on commit 11c6777

Please sign in to comment.