Add deploy WF

This commit is contained in:
Dusan Figala 2023-06-03 07:30:41 +02:00 committed by shahramn
parent c2160c2f99
commit 48b1c8c624
1 changed files with 11 additions and 0 deletions

11
.github/workflows/cd.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: cd
on:
push:
tags:
- '**'
jobs:
deploy:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
secrets: inherit