GitHub actions

This commit is contained in:
Shahram Najm 2023-06-05 10:19:32 +01:00
parent 1c7c1dc2f2
commit ab9cf47e0a
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