This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix Tangled workflow trigger

Smit Patil (Jul 13, 2026, 6:03 PM EDT) a7968f08 6183ee63

+3
+3
.tangled/workflows/build.yml
··· 1 1 when: 2 2 - event: ["push", "manual"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 3 6 4 7 engine: "nixery" 5 8