From c41822d9edf9d56de489d935736a494760f7e2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Tue, 29 Oct 2024 03:14:12 +0100 Subject: [PATCH] cronjob der dritte Versuch --- .github/workflows/jekyll-gh-pages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 4962769..25c13c1 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -4,10 +4,11 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: + branches: ["main"] + schedule: - cron: '* * * * *' # Jede Nacht - - branches: ["main"] + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: