Add schedule trigger to test workflow for periodic execution
This commit is contained in:
parent
847918f607
commit
8bb51a35e0
@ -1,6 +1,10 @@
|
|||||||
name: TMW Global Networks Dokumentation
|
name: TMW Global Networks Dokumentation
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
[push]
|
||||||
|
schedule:
|
||||||
|
- cron: '*/5 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user