From 50ef0a87dac140d154ff3a1ee0e4716ed2f3c636 Mon Sep 17 00:00:00 2001 From: jordan brooks Date: Tue, 27 Feb 2024 15:12:29 +0000 Subject: [PATCH] tag-trigger --- .github/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 7e34615f..7577d6f8 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -5,6 +5,8 @@ on: branches-ignore: - master - main + tags: + - v1 jobs: Explore-GitHub-Actions: