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:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, edited, synchronize]
|
types: [opened, edited]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # the config file
|
contents: read # the config file
|
||||||
|
|
Loading…
Reference in New Issue