From 8ae036fac57ee0fe02a33338d5ab4b07b432701f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= Date: Thu, 15 Sep 2022 12:06:04 +0200 Subject: [PATCH] fix: build on review and release tags --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cbe2a8..53a0e82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,11 @@ name: Build -on: push +on: + push: + tags: + - v* + branches-ignore: + - "master" jobs: register-app: