fix(ci): run audit only on main

This commit is contained in:
Sharang Parnerkar
2026-02-19 19:34:49 +01:00
parent 233a7c0b69
commit cbb664c7d9

View File

@@ -58,6 +58,7 @@ jobs:
audit:
name: Security Audit
runs-on: docker
if: github.ref == 'refs/heads/main'
container:
image: rust:1.89-bookworm
steps: