Commit 36c99da

Anton Medvedev <anton@medv.io>
2024-12-02 14:15:56
Update release.yml
1 parent 930f954
Changed files (1)
.github
workflows
.github/workflows/release.yml
@@ -2,9 +2,9 @@ name: Release
 
 on:
   workflow_dispatch:
-  push:
-    branches:
-      - master
+  workflow_run:
+    workflows: [Test]
+    types: [completed]
 
 permissions:
   contents: write