Skip to content

Commit

Permalink
Update update_clone_badge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhagey authored Mar 20, 2024
1 parent c45f08a commit 4fb4d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_clone_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
#workflow_dispatch: # Manually trigger workflow
schedule:
- cron: '*/5 * * * *' # Runs every 5 minutes

push:
branches:
- v2.1.1-dev # Specify the branch you want to run the workflow on
#schedule:
# - cron: '0 0 * * *' # Runs at midnight every day

Expand Down

0 comments on commit 4fb4d7f

Please sign in to comment.