We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32c673 commit c533779Copy full SHA for c533779
.github/workflows/dev-packages.yaml
@@ -2,7 +2,9 @@
2
# Packages are versioned as `0.0.0-{tag}-DATETIMESTAMP`
3
name: Create Dev Release
4
5
-on: workflow_dispatch
+# on: workflow_dispatch
6
+on:
7
+ push:
8
9
jobs:
10
publish:
0 commit comments