Skip to content

Commit d5067da

Browse files
Try and trigger builds when the package.json changes
1 parent 6af7c58 commit d5067da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Build Release
44

55
on:
66
workflow_dispatch:
7+
push:
8+
branches: main
9+
paths: Packages/com.vrcbilliards.vrcbce2/package.json
710

811
env:
912
releasePrefix: "VRCBCE2"

Packages/com.vrcbilliards.vrcbce2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.vrcbilliards.vrcbce2",
33
"displayName": "VRCBilliards Community Edition 2",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Among Us",
66
"gitDependencies": {},
77
"vpmDependencies": {

0 commit comments

Comments
 (0)