fix pr being announce multiple times (#7070)

by limiting action to pr opening.
This commit is contained in:
Werner 2024-08-12 19:04:25 +02:00 committed by August
parent ca0f9b6f5c
commit 9d184640a0

View File

@ -1,5 +1,6 @@
on:
pull_request:
types: [ opened ]
branches: [ main ]
jobs: