From fdde809621c6297d8bfa708c35f095714b842a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Angelos=20Mantzaflaris=20=28=CE=86=CE=B3=CE=B3=CE=B5=CE=BB?= =?UTF-8?q?=CE=BF=CF=82=20=CE=9C=CE=B1=CE=BD=CF=84=CE=B6=CE=B1=CF=86=CE=BB?= =?UTF-8?q?=CE=AC=CF=81=CE=B7=CF=82=29?= Date: Sat, 14 Dec 2024 11:25:46 +0100 Subject: [PATCH] doc on push --- .github/workflows/documentation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2415f7b..6fc1a3c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,10 +1,9 @@ name: Documentation on: - create: - tags: '*' - pull_request: - workflow_dispatch: + push: + branches: + - main jobs: build: @@ -36,6 +35,7 @@ jobs: with: name: Documentation commit: main + tag: doc artifacts: doc.zip allowUpdates: true artifactErrorsFailBuild: true