mirror of https://github.com/ecmwf/eccodes.git
Add deploy WF
This commit is contained in:
parent
c2160c2f99
commit
48b1c8c624
|
@ -0,0 +1,11 @@
|
||||||
|
name: cd
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '**'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
|
||||||
|
secrets: inherit
|
Loading…
Reference in New Issue