From 81886e785925bb3e865b5f6ae4147da14cb25deb Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Sat, 24 Apr 2021 20:55:00 -0400 Subject: [PATCH] fix(docs): temporarily lock workflow to master to prevent running in PRs --- .github/workflows/compile_docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 1f85178b72..c8474fd7f8 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -1,5 +1,8 @@ name: Build docs -on: push +on: + push: + branches: + - master jobs: build-and-deploy: runs-on: ubuntu-latest