only run release action when package.json changes

Simon Smith committed Oct 24, 2023 at 14:53 UTC 2117c197177bbfadcee941ff7e899ba2675265f1
1 file changed +2
.github/workflows/release.yml
+2
@@ -3,6 +3,8 @@ on:
3 push:
4 branches:
5 - master
6 + paths:
7 + - 'package.json'
8
9 jobs:
10 build: