Made GitHub action add welcome message only after opening PR.

This commit is contained in:
Mariusz Felisiak 2021-03-12 20:17:00 +01:00 committed by GitHub
parent 99640e24b4
commit 876dc0c1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: New contributor message
on:
pull_request_target:
types: [opened]
jobs:
build: