Skip to content

Commit

Permalink
Add cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell authored Aug 21, 2024
1 parent ba31be4 commit 4446ea7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: cd

on:
push: ~
#push:
# tags:
# - '[0-9]+.[0-9]+.[0-9]+'
# Trigger the workflow manually
workflow_dispatch: ~

jobs:
deploy:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@add-skip_matrix_jobs-to-create-package
with:
skip_checks: true
secrets: inherit

0 comments on commit 4446ea7

Please sign in to comment.