Skip to content

Commit

Permalink
add workflow scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Jan 2, 2024
1 parent a231639 commit 55c272e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
name: check

# Controls when the workflow will run
# yamllint disable-line rule:truthy
on:
# Triggers the workflow on push or pull request events
# but only for the "main" and "develop" branch
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
# Triggers the workflow on 3am every day
schedule:
- cron: '0 3 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 55c272e

Please sign in to comment.