We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4b4eb commit 006ad2aCopy full SHA for 006ad2a
.github/workflows/ci.yml
@@ -2,7 +2,8 @@ on:
2
push:
3
branches: ["master", "tokio-*.x"]
4
pull_request:
5
- branches: ["master", "tokio-*.x"]
+ # Temporarily commented out to run CI
6
+ #branches: ["master", "tokio-*.x"]
7
8
name: CI
9
0 commit comments