We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd00ed commit 6cd17f7Copy full SHA for 6cd17f7
.github/workflows/semantic-release.yml
@@ -1,6 +1,9 @@
1
---
2
name: Semantic release
3
-if: false
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
jobs:
9
build:
0 commit comments