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.
2 parents f42f719 + 9502e4e commit 61496ccCopy full SHA for 61496cc
.github/workflows/scan.yml
@@ -7,8 +7,14 @@ on:
7
- "main"
8
- "rc"
9
- "hotfix-rc"
10
+ pull_request:
11
+ types: [opened, synchronize, reopened]
12
+ branches-ignore:
13
+ - main
14
pull_request_target:
- types: [opened, synchronize]
15
16
+ branches:
17
+ - "main"
18
19
jobs:
20
check-run:
rust-toolchain.toml
@@ -1,5 +1,5 @@
1
[toolchain]
2
-channel = "1.85.0"
+channel = "1.86.0"
3
components = [ "rustfmt", "clippy" ]
4
profile = "minimal"
5
0 commit comments