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:
Raphaël 2025-08-18 19:36:11 +02:00 committed by GitHub
parent 39befde9b3
commit 13d950c99d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,11 @@ name: CheckBuild
on: on:
push: push:
branches: [master] branches:
- "**"
pull_request: pull_request:
branches:
- "**"
permissions: permissions:
contents: read contents: read