Skip to content

Commit 51daa76

Browse files
authored
Merge branch 'main' into sync-mode
2 parents 6c6f4cb + d02b88f commit 51daa76

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish Any Commit
2+
on: [push, pull_request]
3+
4+
permissions: {}
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.event.number }}
8+
cancel-in-progress: true
9+
10+
jobs:
11+
release:
12+
uses: sxzz/workflows/.github/workflows/release-commit.yml@v1
13+
with:
14+
compact: true

0 commit comments

Comments
 (0)