eny.space Landingpage
1
fork

Configure Feed

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

chore(ci): include develop branch as CI trigger

+1 -1
+1 -1
.tangled/workflows/mirror.yml
··· 1 1 # .tangled/workflows/mirror.yml 2 2 when: 3 3 - event: ["push"] 4 - branch: ["main", "feature/*"] 4 + branch: ["main", "develop", "feature/*"] 5 5 6 6 engine: "nixery" 7 7