From e40b942389c9cd81522bc6e29f683ea5e9b04566 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Sep 2023 12:43:45 +0200 Subject: [PATCH] added if merged --- .github/workflows/auto_docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_docs.yml b/.github/workflows/auto_docs.yml index f496f1de..6c13f61a 100644 --- a/.github/workflows/auto_docs.yml +++ b/.github/workflows/auto_docs.yml @@ -2,14 +2,14 @@ name: Automatic Documentation for Launcher on: push: + branches: + - autodoc paths: - "/launcher/src/main.rs" - push: - branches: - - main jobs: - update_output: + update_docs: + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: