feat: rebuild on push
Many times some fix is made and I have to tell people on discord "this didn't work yet because bling only builds at set times or manually". No more!
This commit is contained in:
parent
772d69ac73
commit
b6b6c0eda4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -1,5 +1,10 @@
|
|||
name: build-stable
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore: # don't rebuild if only documentation has changed
|
||||
- "**.md"
|
||||
pull_request:
|
||||
branches: ['main']
|
||||
merge_group:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue