diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a0aaec2..0e9546f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,6 @@ env: jobs: buildfiles: name: Design check & documentation build - if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - name: Checkout code