workflows/pr: run in pull_request context to test actions/get-merge-commit

This must run in the pull_request context, otherwise changes to the
actions are not tested.
This commit is contained in:
Wolfgang Walther
2025-06-24 21:46:45 +02:00
parent 315d587a76
commit a2a9984ed9

View File

@@ -3,6 +3,7 @@ name: PR
on: on:
pull_request: pull_request:
paths: paths:
- .github/actions/get-merge-commit/action.yml
- .github/workflows/build.yml - .github/workflows/build.yml
- .github/workflows/check.yml - .github/workflows/check.yml
- .github/workflows/eval.yml - .github/workflows/eval.yml