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