Skip to content

Commit 006ad2a

Browse files
committed
make ci work
1 parent ff4b4eb commit 006ad2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ on:
22
push:
33
branches: ["master", "tokio-*.x"]
44
pull_request:
5-
branches: ["master", "tokio-*.x"]
5+
# Temporarily commented out to run CI
6+
#branches: ["master", "tokio-*.x"]
67

78
name: CI
89

0 commit comments

Comments
 (0)