Commit 32a5435

Anton Golub <antongolub@antongolub.com>
2024-12-04 13:22:27
ci: use master ref instead of main
1 parent 7f21f08
Changed files (1)
.github
workflows
.github/workflows/release.yml
@@ -3,8 +3,8 @@ name: Release
 on:
   workflow_dispatch:
   workflow_run:
-    branches: [main]
     workflows: [Test]
+    branches: [master]
     types: [completed]
 
 permissions: