Remove synchronize trigger from workflow
Signed-off-by: Sachin Sahu <sachinksahu.431@gmail.com>
This commit is contained in:
parent
0751e19040
commit
e6da43aaeb
|
@ -3,7 +3,7 @@ name: Changelog automation
|
|||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, edited, synchronize]
|
||||
types: [opened, edited]
|
||||
|
||||
permissions:
|
||||
contents: read # the config file
|
||||
|
|
Loading…
Reference in New Issue