From c13ab091f9c15290ccf201d1ff54c13f166d3ce1 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Tue, 31 Dec 2024 14:53:56 +0100 Subject: [PATCH] run workflow --- .github/workflows/cron.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 84c95608..f9cb38e2 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -2,7 +2,10 @@ name: Docs on: schedule: - cron: '0 0 * * *' - + push: + branches: [ main ] # TODO + pull_request: + branches: [ main ] # TODO jobs: sync-docs: runs-on: ubuntu-latest @@ -29,4 +32,4 @@ jobs: commit-message: sync docs branch: docs-${{steps.date.outputs.date}} labels: documentation - base: main + base: az-cli-docs # TODO main