Skip to content

Commit b45106b

Browse files
authored
Create release.yml
1 parent 0d4f0a9 commit b45106b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
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)