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 bb57cde commit b7c07f0Copy full SHA for b7c07f0
.github/workflows/build-push.yml
@@ -0,0 +1,9 @@
1
+name: Build and Push
2
+run-name: Build and Push to dist/${{ github.ref_name }}
3
+
4
+on:
5
+ workflow_dispatch:
6
7
+jobs:
8
+ push:
9
+ uses: retejs/.github/.github/workflows/build-push.yml@main
0 commit comments