test(action): add tests to the v8 branch

Signed-off-by: monkey92t <golang@88.com>
This commit is contained in:
monkey92t 2023-01-05 19:19:08 +08:00
parent 0a57079ece
commit 2556b76824
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: Go
on:
push:
branches: [master]
branches: [master, v8]
pull_request:
branches: [master]
branches: [master, v8]
jobs:
build: