From 6a97b0da322555c25e881658b9db4cb47510fc2e Mon Sep 17 00:00:00 2001 From: Amalie Dobel Christiansen Date: Fri, 15 Dec 2023 08:51:45 +0100 Subject: [PATCH] Add build when tagged --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41dfcee..e9bebc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] + tags: + - 'v*.*.*' pull_request: branches: [ master ]