Skip to content

Commit 0c97b9f

Browse files
authored
ci: convert dev publish to manual task (#723)
* ci: enable autotests for all pushes * ci: convert `dev publish` to manual task
1 parent 2acb0f2 commit 0c97b9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dev-publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Dev Publish
22

33
on:
4-
push:
5-
branches:
6-
- dev
4+
workflow_dispatch:
75

86
jobs:
97
publish:

0 commit comments

Comments
 (0)