Skip to content

Commit

Permalink
setup cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Feb 21, 2024
1 parent 8bb9fac commit db04c77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: 'Update Ads.txt file'

# on:
# schedule:
# - cron: "0 0 * * *"
on:
schedule:
- cron: "0 0 * * *"

on:
push:
branches:
- '*'
# on:
# push:
# branches:
# - '*'

jobs:
update-ads-txt:
Expand Down

0 comments on commit db04c77

Please sign in to comment.