Update GitHub Actions workflow to trigger on 'tinygo' branch for builds

This commit is contained in:
2025-10-30 19:01:18 -05:00
parent bb964445f3
commit 1b3f4e59db

View File

@@ -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: