chore: update build test workflow

This commit is contained in:
Minghan Zhang 2024-03-30 10:01:03 +08:00 committed by GitHub
parent b9690b4aa2
commit bd714d5421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,10 @@ name: Build Test
on: on:
push: push:
branches: branches:
- main - '*'
pull_request:
branches:
- '*'
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest