Skip to content

Commit 61496cc

Browse files
authored
Merge branch 'main' into km/cose-signatures
2 parents f42f719 + 9502e4e commit 61496cc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/scan.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ on:
77
- "main"
88
- "rc"
99
- "hotfix-rc"
10+
pull_request:
11+
types: [opened, synchronize, reopened]
12+
branches-ignore:
13+
- main
1014
pull_request_target:
11-
types: [opened, synchronize]
15+
types: [opened, synchronize, reopened]
16+
branches:
17+
- "main"
1218

1319
jobs:
1420
check-run:

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.85.0"
2+
channel = "1.86.0"
33
components = [ "rustfmt", "clippy" ]
44
profile = "minimal"
55

0 commit comments

Comments
 (0)