diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index da999ae..12ab6f9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,6 +1,10 @@ name: TMW Global Networks Dokumentation run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] + +on: + [push] + schedule: + - cron: '*/5 * * * *' jobs: build: