diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index c35e466c..05395b7d 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -3,6 +3,8 @@ name: "Build, Test and Pack" on: push: branches: [ master ] + # Trigger on release tags + tags: [ 'v[0-9]+*' ] pull_request: branches: [ master ] jobs: