diff --git a/.github/workflows/docsgen.yml b/.github/workflows/docsgen.yml index 9fa44bd..447de46 100644 --- a/.github/workflows/docsgen.yml +++ b/.github/workflows/docsgen.yml @@ -1,11 +1,13 @@ name: CI on: - push: + pull_request: branches: - master + types: [closed] jobs: GenerateDocs: + if: github.event.pull_request.merged == true runs-on: macos-10.15 steps: - name: Checkout