From 894c1d428b776f336d2a0cd6324ccf03260358b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:10:59 +0200 Subject: [PATCH] update github action triggers --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a455b38..72ce11c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,9 @@ name: "build and deploy Speckle functions" on: + workflow_dispatch: push: - branches: - - main + tags: + - '*' jobs: publish-automate-function-version: # make sure the action works on a clean machine without building