Skip to content

Commit 360399e

Browse files
committed
chore: add temporary push trigger for testing
1 parent 41e1653 commit 360399e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/vulnerability-audit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
paths:
1111
- "uv.lock"
1212
- "pyproject.toml"
13+
# Temporary: trigger on push to test the workflow
14+
push:
15+
branches:
16+
- feature/vulnerability-audit-poc
1317

1418
jobs:
1519
# Approach 1: pip-audit (PyPA official tool)

0 commit comments

Comments
 (0)