isolate pushes to only main for builds
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 23s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 23s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -5,6 +5,8 @@ on:
|
|||||||
"00 06 * * *" # build at 06:00 UTC every day
|
"00 06 * * *" # build at 06:00 UTC every day
|
||||||
# (20 minutes after last ublue images start building)
|
# (20 minutes after last ublue images start building)
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
paths-ignore: # don't rebuild if only documentation has changed
|
paths-ignore: # don't rebuild if only documentation has changed
|
||||||
- "**.md"
|
- "**.md"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user