feat: add schedule

This commit is contained in:
fukusuket
2025-04-21 18:26:00 +09:00
parent 811612c406
commit 4c8ae8f058

View File

@@ -2,6 +2,8 @@ name: create security_rules.json
on:
push:
branches: [ "*" ]
schedule:
- cron: '0 20 * * *'
workflow_dispatch:
jobs: