Skip to content

Commit

Permalink
ci(publish): revert to only publishing when package json changes (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Feb 5, 2024
1 parent a63c512 commit 55ddcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-artillery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- main
# paths:
# - packages/artillery/package.json
paths:
- packages/artillery/package.json
jobs:
publish-fargate-worker-image:
if: "contains( github.event.head_commit.message, 'ci: release v')"
Expand Down

0 comments on commit 55ddcc3

Please sign in to comment.