tangled
alpha
login
or
join now
eldridge.cam
/
trilogy
1
fork
atom
Actually just three programming languages in a trenchcoat
1
fork
atom
overview
issues
pulls
pipelines
update events for workflow
eldridge.cam
4 months ago
3b9ce23f
511388be
0/0
Waiting for spindle ...
+3
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
rust.yml
+3
-3
.tangled/workflows/rust.yml
···
1
1
-
name: "Rust CI"
2
2
-
3
1
engine: "nixery"
4
2
5
3
when:
6
4
- event: ["push"]
7
7
-
branch: ["*"]
5
5
+
branch: ["main"]
6
6
+
- event: ["pull_request"]
7
7
+
branch: ["main"]
8
8
9
9
dependencies:
10
10
nixpkgs: