From d9130aa3e868e737e2524e89c653e29e0e61c019 Mon Sep 17 00:00:00 2001 From: asb2m10 Date: Sun, 7 Apr 2024 12:14:16 -0400 Subject: [PATCH] Add tag pipeline --- .github/workflows/project-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) 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 ]