Commit 8fff849

Anton Golub <antongolub@antongolub.com>
2024-12-04 12:27:19
ci: trigger release for main branch only (#84)
1 parent b5c9157
Changed files (1)
.github
workflows
.github/workflows/release.yml
@@ -3,6 +3,7 @@ name: Release
 on:
   workflow_dispatch:
   workflow_run:
+    branches: [main]
     workflows: [Test]
     types: [completed]