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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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