Skip to content

Commit

Permalink
chore: Enable automatic updating for the web app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Jun 2, 2024
1 parent fafda38 commit 610fe5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/update-standpoints.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Update Standpoints

on:
schedule:
# Run every day in the morning
- cron: "0 6 * * *" # UTC
#schedule:
# Run every day in the morning
#- cron: "0 6 * * *" # UTC
workflow_dispatch:
push:
branches:
- automatic-updating

jobs:
update-standpoints:
Expand Down

0 comments on commit 610fe5c

Please sign in to comment.