diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index 8b2e1f4..9a08bf7 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -1,7 +1,12 @@ -name: Pull Request CI +name: CI on: pull_request: + # pull_request runs test the PR head, not the merge commit that lands on + # main — and main is what the community-marketplace catalog pins. Test it + # directly on every push. + push: + branches: [main] permissions: contents: read