From 5fe1562577fe1a8e86e56eab9f04aaed3d770152 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Fri, 15 Oct 2021 22:22:19 +0200 Subject: [PATCH] fix: Restricting Apidoc to develop for now --- .github/workflows/apidoc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index f630b930..e23a32e4 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -1,7 +1,9 @@ name: "Update API docs" on: - - push + push: + branches: + - "develop" concurrency: api-${{ github.ref }}