From 81b460413aff3e26b959391916378d87eb1403a1 Mon Sep 17 00:00:00 2001 From: Anton Prokhorov Date: Sun, 28 Jul 2024 13:01:01 +0100 Subject: [PATCH] Test docs deployment --- .github/workflows/deploy-docs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8abb9b3..5e833da 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,9 +1,14 @@ name: Deploy docs to GitHub Pages +# on: +# push: +# branches: +# - master + on: - push: + pull_request: branches: - - '*' # for test + - master defaults: run: