this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert back to previous event setting

+1 -2
+1 -2
.github/workflows/update-catalogs.yml
··· 1 1 name: Update catalogs 2 2 3 3 on: 4 - pull_request_target: 4 + pull_request: 5 5 types: 6 6 - closed 7 7 workflow_dispatch: 8 8 9 9 jobs: 10 10 update-catalogs: 11 - if: github.event.pull_request.merged == true 12 11 runs-on: ubuntu-latest 13 12 steps: 14 13 - uses: actions/checkout@v4