Skip to content

Commit ce9c1d9

Browse files
committed
Temporarily change dev package workflow to on push
1 parent 7361830 commit ce9c1d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev-packages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Packages are versioned as `0.0.0-{tag}-DATETIMESTAMP`
33
name: Create Dev Release
44

5-
on: workflow_dispatch
5+
on:
6+
push:
67

78
jobs:
89
publish:

0 commit comments

Comments
 (0)