mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-16 07:56:17 +00:00
include cron schedule from ItsIgnacioPortal
This commit is contained in:
@@ -5,10 +5,8 @@ name: CI
|
|||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the "main" branch
|
# Triggers the workflow on push or pull request events but only for the "main" branch
|
||||||
push:
|
schedule:
|
||||||
branches: [ "main" ]
|
- cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru)
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user