Skip to content

Commit

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

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

on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- '*'

jobs:
update-ads-txt:
Expand Down

0 comments on commit 2e2f468

Please sign in to comment.