Skip to content

Commit 2653f25

Browse files
committed
cargo-deny: Run for all push events to the main branch
1 parent e6da3cb commit 2653f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
name: Backend / cargo-deny
9090
runs-on: ubuntu-22.04
9191
needs: changed-files
92-
if: needs.changed-files.outputs.rust-lockfile == 'true'
92+
if: github.event_name != 'pull_request' || needs.changed-files.outputs.rust-lockfile == 'true'
9393

9494
env:
9595
RUSTFLAGS: "-D warnings"

0 commit comments

Comments
 (0)