From 1b3f4e59dbdc4ba4228a622079c7262782b4f66d Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 30 Oct 2025 19:01:18 -0500 Subject: [PATCH] Update GitHub Actions workflow to trigger on 'tinygo' branch for builds --- .github/workflows/tinygo.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tinygo.yml b/.github/workflows/tinygo.yml index 60897a1..7e0e1bc 100644 --- a/.github/workflows/tinygo.yml +++ b/.github/workflows/tinygo.yml @@ -2,11 +2,9 @@ name: TinyGo Build on: push: - branches: [ "main", "master" ] - tags: - - 'v*' + branches: [ "tinygo" ] pull_request: - branches: [ "main", "master" ] + branches: [ "tinygo" ] jobs: tinygo-build: