Skip to content

Commit 2e7b16b

Browse files
committed
Add CD
1 parent 908e591 commit 2e7b16b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/cd.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: cd
2+
3+
on:
4+
push:
5+
tags:
6+
- '**'
7+
8+
jobs:
9+
deploy:
10+
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
11+
secrets: inherit

0 commit comments

Comments
 (0)