mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-24 12:20:54 -04:00
only run release action when package.json changes
This commit is contained in:
parent
16bb4346e3
commit
2117c19717
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -3,6 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- 'package.json'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user