ci: Let release drafter listen to forks too

This commit is contained in:
Alex 2022-01-05 23:49:36 +01:00 committed by GitHub
parent 722c411219
commit fe1a77a593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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