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: