Update GitHub Actions workflow to trigger on 'tinygo' branch for builds
This commit is contained in:
6
.github/workflows/tinygo.yml
vendored
6
.github/workflows/tinygo.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user