Skip to content

Commit 96d1352

Browse files
authored
Create release.yml
auto release
1 parent 2b15e1f commit 96d1352

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: "Auto Release"
2+
on:
3+
push:
4+
branches: [ master, main ]
5+
jobs:
6+
release:
7+
uses: thelia-modules/ReusableWorkflow/.github/workflows/auto_release.yml@main

0 commit comments

Comments
 (0)