Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Apr 29, 2024
1 parent e5e4f45 commit 6a919c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: run web.py

on:
schedule:
- cron: '0 0 * * *'
on: push
# schedule:
# - cron: '0 0 * * *'

jobs:
build:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
git add *.json
git add *.xml
git commit -m "Update results"
git push
git push

0 comments on commit 6a919c0

Please sign in to comment.