ci: enable ci workflow on branches other than master (#891)

This commit is contained in:
Chiichen 2024-08-14 23:28:37 +08:00 committed by GitHub
parent a1fc824fcc
commit fe7d4d588c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,9 @@ name: Build Check
on:
push:
branches: [ "master" ]
branches: [ "master", "feat-*", "fix-*"]
pull_request:
branches: [ "master" ]
branches: [ "master", "feat-*", "fix-*"]
jobs:
# ensure the toolchain is cached