👷 Run CI pipeline on push

This commit is contained in:
Jo 2025-03-29 18:24:47 +01:00
parent 2ae1a63dcd
commit ab148f8190

View file

@ -1,8 +1,8 @@
name: update-dependencies
on:
workflow_dispatch:
schedule:
- cron: "5 * * * *" # daily at 1 am EST/2 am EDT
push:
branches:
- main
jobs:
update-dependencies: