diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2873477..1bbeb87 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: