feat(audit): Add push trigger for security audit workflow

This commit is contained in:
Félix MARQUET
2025-12-08 10:13:02 +00:00
parent a39c8dbdcf
commit 5c7161cb55

View File

@@ -1,6 +1,8 @@
name: Security Audit
on:
push:
branches: [main, dev]
schedule:
- cron: '0 8 * * *'
workflow_dispatch: