Commit 0c97b9f

Anton Golub <antongolub@antongolub.com>
2024-02-25 14:27:12
ci: convert dev publish to manual task (#723)
* ci: enable autotests for all pushes * ci: convert `dev publish` to manual task
1 parent 2acb0f2
Changed files (1)
.github
.github/workflows/dev-publish.yml
@@ -1,9 +1,7 @@
 name: Dev Publish
 
 on:
-  push:
-    branches:
-      - dev
+  workflow_dispatch:
 
 jobs:
   publish: