From 47311d16cfddb6e309f5e590bee7add4e1c149f0 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 25 Apr 2020 12:35:36 -0400 Subject: [PATCH] Trigger pipeline on new tags --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2772aa731..3418d1dbf 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -3,6 +3,8 @@ on: push: branches: - master + tags: + - "v*" pull_request: branches: - master