Fire 'Update Components' workflow on push to main

This results in the automatic rebase of an outstanding PR on merges to
this branch, removing the need of manually firing it.

Signed-off-by: Hidde Beydals <hello@hidde.co>
pull/722/head
Hidde Beydals 4 years ago
parent f5c29a7a72
commit eb2535e066

@ -4,6 +4,8 @@ on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
push:
branches: [main]
jobs:
update-components:

Loading…
Cancel
Save