pull_request_target
This commit is contained in:
parent
e70b08499d
commit
36e41cfb7a
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -11,6 +11,15 @@ on:
|
||||
- '.github/CODEOWNERS'
|
||||
- '.github/renovate.json'
|
||||
- '.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:
|
||||
pythonci:
|
||||
|
Loading…
Reference in New Issue
Block a user