Enables scheduled and push-triggered updates.

pull/1/head
Tommie Gannert 2021-09-11 13:38:55 +02:00
parent 028689bd90
commit 897b0fa9a3
1 changed files with 6 additions and 6 deletions

View File

@ -4,13 +4,13 @@ name: Update Repository
# Controls when the workflow will run
on:
#push:
# # If the configuration has changed, this ensures we apply updates.
# branches: [ main ]
push:
# If the configuration has changed, this ensures we apply updates.
branches: [ main ]
#schedule:
# # Upstream releases around once per month, so twice a week should be fine.
# - cron: '23 14 * * mon,thu'
schedule:
# Upstream releases around once per month, so twice a week should be fine.
- cron: '23 14 * * mon,thu'
workflow_dispatch: