ci: Only regenerate authors on dispatch

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-11-30 15:07:56 +01:00
parent efda77554a
commit 1c54fee038

View file

@ -1,10 +1,5 @@
name: Authors
on:
schedule:
- cron: '0 0 * * 0'
push:
branches:
- 'master'
on: workflow_dispatch
jobs:
update-authors: