Skip to content

Commit

Permalink
ci: publish Artillery canary when dependency packages change
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy authored Jul 14, 2023
1 parent b023cdd commit 882a10b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/npm-publish-artillery-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
- main
paths:
- 'packages/artillery/**'
- 'packages/artillery-plugin-expect/**'
- 'packages/artillery-plugin-publish-metrics/**'
- 'packages/artillery-plugin-metrics-by-endpoint/**'
- 'packages/artillery-plugin-apdex/**'
- 'packages/artillery-plugin-ensure/**'
- 'packages/core/**'
- 'packages/commons/**'
- 'packages/artillery-engine-playwright/**'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 882a10b

Please sign in to comment.