From f38ede6f74327c357282d3ae05b6b5e8c0ebaabc Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 16 Jul 2021 11:41:14 +0200 Subject: [PATCH] Removing forced execution --- .github/workflows/release-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index d2e71d6..0816dad 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -3,8 +3,8 @@ name: Release Documentation on: workflow_dispatch: push: - # branches: - # - master + branches: + - master jobs: release-docs: