We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcdc47 commit 2024136Copy full SHA for 2024136
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Create Release
2
3
on:
4
- workflow_call:
+ push:
5
+ branches:
6
+ - 'main'
7
8
jobs:
9
release:
0 commit comments