diff --git a/.github/workflows/project-pipeline.yml b/.github/workflows/project-pipeline.yml index 5b984739..17c25d9a 100644 --- a/.github/workflows/project-pipeline.yml +++ b/.github/workflows/project-pipeline.yml @@ -3,6 +3,8 @@ name: dexed-pipeline on: push: branches: [ master ] + tags: + - '*' pull_request: branches: [ master ]