Skip to content

Commit e5c0c42

Browse files
authored
Create deploy-call.yml
1 parent a3f6bb2 commit e5c0c42

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/deploy-call.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: '🚀 Deploy'
3+
on:
4+
push:
5+
branches: [ main ]
6+
tags: ['v*.*.*']
7+
workflow_dispatch:
8+
9+
jobs:
10+
deploy:
11+
name: '🚀 Deploy'
12+
uses: z-shell/.github/.github/workflows/deploy-call.yml@main

0 commit comments

Comments
 (0)