Skip to content

Commit b7c07f0

Browse files
authored
Create build-push.yml
1 parent bb57cde commit b7c07f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)