Browse Source

chore: Update GitHub Actions workflow to trigger on changes in packages and package files

David Höck 7 months ago
parent
commit
84006bfe32
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/publish_master_to_npm.yml

+ 4 - 0
.github/workflows/publish_master_to_npm.yml

@@ -5,6 +5,10 @@ on:
     push:
     push:
         branches:
         branches:
             - master
             - master
+        paths:
+            - 'packages/**'
+            - 'package.json'
+            - 'package-lock.json'
 
 
 jobs:
 jobs:
     publish:
     publish: