Skip to content

Commit 7f90c1d

Browse files
authored
ci: build push
1 parent 14f6074 commit 7f90c1d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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
10+
with:
11+
pack_root: true

0 commit comments

Comments
 (0)