1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-02 00:07:16 +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:
Jan Čermák
2026-04-01 10:26:51 +02:00
committed by GitHub
parent 0b805a2c09
commit 31636fe310

View File

@@ -25,6 +25,7 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/builder.yml"
- "rootfs/**"
- "supervisor/**"
- Dockerfile