Skip to content

Commit

Permalink
make daily workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Sep 13, 2023
1 parent 1618a01 commit d2def26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Daily
on:
pull_request:
branches:
- dev
- main
- release/**
schedule:
- cron: '30 2 * * *' # 2:30 every day
push:
Expand Down

0 comments on commit d2def26

Please sign in to comment.