diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 56034fd79..79e7988dd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,9 +1,10 @@ name: cd on: - push: - tags: - - '[0-9]+.[0-9]+.[0-9]+' + push + #push: + # tags: + # - '[0-9]+.[0-9]+.[0-9]+' # Trigger the workflow manually workflow_dispatch: ~