Fixed actions updater workflow

This commit is contained in:
Jan Böhmer 2023-03-18 22:11:50 +01:00
parent dc85e4f4a4
commit 477171abac

View file

@ -2,12 +2,13 @@ name: GitHub Actions Version Updater
# Controls when the action will run.
on:
push:
branches:
- 'master'
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'
- push:
branches:
- 'master'
jobs:
build: