From 4c59098e3c21cc3b80541c33431365b09d5c62d9 Mon Sep 17 00:00:00 2001 From: matei jordache Date: Tue, 5 Mar 2024 16:16:27 -0500 Subject: [PATCH] Try to get documentation flow working --- .github/workflows/documentation.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2f6b8a8..538384a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,11 +1,6 @@ name: Assembly Documentation on: - pull_request: - branches: - - main - types: - - closed push: branches: - main @@ -16,8 +11,8 @@ env: jobs: buildfiles: - if: github.event.pull_request.merged == true 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