Skip to content

Commit 04f30a4

Browse files
committed
add auto publication
1 parent a4ce78c commit 04f30a4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.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)