mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-02 08:12:47 +01:00
Add builder workflow to paths triggering rebuild on merge (#6691)
When only the workflow changes, CI doesn't trigger rebuild when the PR is merged to the `main` branch. Since it's a legitimate build trigger, add it to the paths list.
This commit is contained in:
1
.github/workflows/builder.yml
vendored
1
.github/workflows/builder.yml
vendored
@@ -25,6 +25,7 @@ on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- ".github/workflows/builder.yml"
|
||||
- "rootfs/**"
|
||||
- "supervisor/**"
|
||||
- Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user