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: