We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66be811 commit 53b0682Copy full SHA for 53b0682
2 files changed
.github/workflows/release.yml
@@ -2,6 +2,10 @@ name: Sync Package Branch
2
on:
3
push:
4
branches: [main]
5
+ tags: ["v*"]
6
+
7
+permissions:
8
+ contents: write
9
10
jobs:
11
sync-package:
.github/workflows/run-test.yml
@@ -2,7 +2,7 @@ name: Unity Test
- branches: [package]
+ branches: [package main]
pull_request:
workflow_call:
0 commit comments