Skip to content

Commit fcceb68

Browse files
committed
ci: Add release workflow
1 parent 8c1d8d1 commit fcceb68

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
name: CI
7+
8+
jobs:
9+
release:
10+
uses: mindkomm/workflows/.github/workflows/release.yml@main

0 commit comments

Comments
 (0)