Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcrash authored Nov 19, 2023
1 parent 030dc74 commit 3510d55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Update NRD list
on:
schedule:
- cron: '0 0,12 * * *' # At 00:00 and 12:00 (midnight and noon) every day
workflow_dispatch: # Manual triggering
inputs:
run-manual:
description: 'Run the script manually'
required: false
default: 'yes'

jobs:
build:
Expand Down

0 comments on commit 3510d55

Please sign in to comment.