Skip to content

Commit 24143b2

Browse files
authored
Create build-push.yml
1 parent b4d710a commit 24143b2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.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)