Skip to content

Commit 2024136

Browse files
committed
ci: run create release on main push
1 parent 0fcdc47 commit 2024136

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Create Release
22

33
on:
4-
workflow_call:
4+
push:
5+
branches:
6+
- 'main'
57

68
jobs:
79
release:

0 commit comments

Comments
 (0)