From cdaeb7fd9ce2be98a96e7865d6c5dd1d3b77c889 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Thu, 11 Apr 2024 22:31:21 +0200 Subject: [PATCH] chore: update deploy-docs workflow --- .github/workflows/deploy-docs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 207a814..161ceb2 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -1,8 +1,11 @@ name: Build & Deploy docs on: - release: - types: [released] + push: + branches: + - main + paths: + - docs/** jobs: deploy: