From 1680490ca14edf9cfaac7c9eed38a9c1ac549bfe Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sat, 18 Apr 2020 15:18:30 +0200 Subject: [PATCH] Update .github/workflows/build_docs.yml Co-Authored-By: Jan Speller --- .github/workflows/build_docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index dccc187..dfb0de3 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -1,6 +1,9 @@ name: build_docs -on: [push] +on: + push: + branches: + - master jobs: @@ -33,4 +36,4 @@ jobs: password: ${{ secrets.SCP_PASSWORD }} source: "docu/site/**" target: ${{ secrets.SCP_TARGET_PATH }} - strip_components: 2 \ No newline at end of file + strip_components: 2