Run actions updater on every push

This commit is contained in:
Jan Böhmer 2023-03-18 22:05:03 +01:00
parent ac402a6697
commit dc85e4f4a4

View file

@ -5,6 +5,9 @@ on:
schedule: schedule:
# Automatically run on every Sunday # Automatically run on every Sunday
- cron: '0 0 * * 0' - cron: '0 0 * * 0'
- push:
branches:
- 'master'
jobs: jobs:
build: build: