pull_request_target

This commit is contained in:
Luke Tainton 2024-01-24 20:46:31 +00:00
parent e70b08499d
commit 36e41cfb7a
No known key found for this signature in database

View File

@ -11,6 +11,15 @@ on:
- '.github/CODEOWNERS' - '.github/CODEOWNERS'
- '.github/renovate.json' - '.github/renovate.json'
- '.github/dependabot.yml' - '.github/dependabot.yml'
pull_request_target:
types: [opened, synchronize, reopened]
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- '.gitignore'
- '.github/CODEOWNERS'
- '.github/renovate.json'
- '.github/dependabot.yml'
jobs: jobs:
pythonci: pythonci: