Skip to content

Commit c3847df

Browse files
[dtokenz] Run CI jobs on main as well (#6)
These should pass before merging, but run whenever we push to main as well to make sure things stay functional.
1 parent 24b29af commit c3847df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5-
5+
push:
6+
branches:
7+
- main
68
env:
79
CARGO_TERM_COLOR: never
810

0 commit comments

Comments
 (0)