Skip to content

Commit 53b0682

Browse files
committed
修改权限
1 parent 66be811 commit 53b0682

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Sync Package Branch
22
on:
33
push:
44
branches: [main]
5+
tags: ["v*"]
6+
7+
permissions:
8+
contents: write
59

610
jobs:
711
sync-package:

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Unity Test
22

33
on:
44
push:
5-
branches: [package]
5+
branches: [package main]
66
pull_request:
77
branches: [main]
88
workflow_call:

0 commit comments

Comments
 (0)