Skip to content

Commit 43e75f8

Browse files
authored
Change workflow 3 trigger
1 parent b8de6cf commit 43e75f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/3-fix-security-vulnerabilities.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Step 3
22

33
on:
4-
push:
5-
paths:
6-
- server/routes.py
4+
workflow_run:
5+
workflows: [CodeQL]
6+
types:
7+
- completed
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)