Made GitHub action add welcome message only after opening PR.
This commit is contained in:
parent
99640e24b4
commit
876dc0c1a7
|
@ -2,6 +2,7 @@ name: New contributor message
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue