diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6d8af6c6..38b5bdab 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,8 +2,8 @@ name: Continuous delivery in GitHub and Maven Central Repository on: push: - tags: - - 'rc/v*' + branch: + - 'eval-exec/exec/fix-publish' jobs: create_release_draft: