Skip to content

Commit

Permalink
Update GetDownloadCount.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff committed Jun 18, 2024
1 parent 9fe9912 commit c32faa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/GetDownloadCount.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Update Download Count on Release

on:
#schedule:
schedule:
# - cron: '0 * * * *' # Runs every Day
- cron: '0 0 * * 0' # Runs once a week at midnight.
workflow_dispatch: # Allows manual triggering
release:
types: [published] # when a new release is made
Expand Down

0 comments on commit c32faa9

Please sign in to comment.