ci(templates-sync): fix missing a `on.workflow_call` trigger
Signed-off-by: Dwi Siswanto <git@dw1.io>main
parent
c23dba35e2
commit
37f400bf55
|
@ -39,6 +39,8 @@ on:
|
|||
- 'javascript/misconfiguration/x11/x11-unauth-access.yaml'
|
||||
- 'javascript/udp/detection/db2-discover.yaml'
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
if: github.repository == 'projectdiscovery/nuclei-templates'
|
||||
|
|
Loading…
Reference in New Issue