Skip to content

Commit b09abd7

Browse files
committed
Update CI configs
1 parent 8627c7c commit b09abd7

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/dependencies.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Dependencies
22
on:
33
push:
4-
branches-ignore:
5-
- "dependabot/**"
6-
- "releases/**"
4+
branches:
5+
- main
76
paths:
87
- "Cargo.toml"
8+
- "Cargo.lock"
99
- "deny.toml"
1010
pull_request:
1111
paths:
1212
- "Cargo.toml"
13+
- "Cargo.lock"
1314
- "deny.toml"
1415
schedule:
1516
- cron: "0 0 * * 0"
@@ -21,7 +22,10 @@ jobs:
2122
runs-on: ubuntu-latest
2223
steps:
2324
- name: Clone repo
24-
uses: actions/checkout@v3
25+
uses: actions/checkout@v6
2526

2627
- name: Check dependencies
27-
uses: EmbarkStudios/cargo-deny-action@v1
28+
uses: EmbarkStudios/cargo-deny-action@v2
29+
with:
30+
arguments: --all-features --workspace
31+
command-arguments: -D warnings

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Main
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- ".gitignore"
88
- ".github/dependabot.yml"

0 commit comments

Comments
 (0)