only run release action when package.json changes

This commit is contained in:
Simon Smith
2023-10-24 14:53:27 +01:00
committed by GitHub
parent 16bb4346e3
commit 2117c19717

View File

@@ -3,6 +3,8 @@ on:
push:
branches:
- master
paths:
- 'package.json'
jobs:
build: