From 8d28c1b13dc3ff3ad37e45ce1cffa079ddb2a7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wr=C3=B3bel?= Date: Tue, 20 Jul 2021 17:21:51 +0200 Subject: [PATCH] #386: - only deploy when push to master --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 743fbabb3..83c2de8a6 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -2,7 +2,7 @@ name: Deploy docs on: push: - branches: [ 386-Build-TriBITS-Documentation-with-Sphinx-and-ReadTheDocs ] + branches: [ master ] jobs: build-and-deploy-docs: