chore(workflow/bun): updating the checkbuild to be on all branches (#32)
- updating the workflow to be on all the branches (using the ** operator)
This commit is contained in:
parent
39befde9b3
commit
13d950c99d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/bun.yml
vendored
5
.github/workflows/bun.yml
vendored
|
|
@ -2,8 +2,11 @@ name: CheckBuild
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches:
|
||||||
|
- "**"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue