ci(templates-sync): fix missing a `on.workflow_call` trigger

Signed-off-by: Dwi Siswanto <git@dw1.io>
main
Dwi Siswanto 2024-08-14 08:30:43 +07:00
parent c23dba35e2
commit 37f400bf55
No known key found for this signature in database
GPG Key ID: 278082FF7CEF3914
1 changed files with 2 additions and 0 deletions

View File

@ -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'