From d7ae9c71acda2ae808fa873e867f9c7c37d1e7b0 Mon Sep 17 00:00:00 2001 From: Sebastian Richner Date: Mon, 19 Feb 2024 14:48:26 +0100 Subject: [PATCH] Update github action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7b18a42..73188967 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ name: Build on: - push: - branches: - - feature/electron + create: + tags: + - v* env: GH_TOKEN: ${{ secrets.GH_TOKEN }}