Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 275c908

Browse files
Add workflow
1 parent c08ff57 commit 275c908

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/workflow.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: push
2+
3+
4+
jobs:
5+
build:
6+
name: Build workflow
7+
8+
steps:
9+
send_velocity_deployment:
10+
- uses: ./../../
11+
- name: Send Velocity deployment
12+

0 commit comments

Comments
 (0)