ci: Let release drafter listen to forks too

This commit is contained in:
NotMyFault 2022-01-05 11:56:28 +01:00
parent 8d6c621763
commit 07d0f124b4
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -4,6 +4,10 @@ on:
push:
branches:
- v6
pull_request:
types: [ opened, reopened, synchronize ]
pull_request_target:
types: [ opened, reopened, synchronize ]
jobs:
update_release_draft: