samantha's personal website!~ ✨ samanthanguyen.me
0
fork

Configure Feed

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

ci: add spindle CI workflows

authored by

Samantha Nguyen and committed by tangled.org 8bcfc3d9 17349229

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