From a6aac5f5cdf0bebab9bfa2ac2d1c1a957838acbe Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 23 Jul 2021 15:37:14 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index c315ccc..da4b93e 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -2,7 +2,7 @@ name: 📄 on: push: - branches: [ "**", '!main' ] + branches: [ "**" ] pull_request: branches: [ "*" ]