diff --git a/.github/workflows/update-catalogs.yml b/.github/workflows/update-catalogs.yml index 55291fea5..934fab226 100644 --- a/.github/workflows/update-catalogs.yml +++ b/.github/workflows/update-catalogs.yml @@ -1,14 +1,13 @@ name: Update catalogs on: - pull_request_target: + pull_request: types: - closed workflow_dispatch: jobs: update-catalogs: - if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: actions/checkout@v4