fix pr being announce multiple times (#7070)
by limiting action to pr opening.
This commit is contained in:
parent
ca0f9b6f5c
commit
9d184640a0
1
.github/workflows/pr-announce.yml
vendored
1
.github/workflows/pr-announce.yml
vendored
@ -1,5 +1,6 @@
|
||||
on:
|
||||
pull_request:
|
||||
types: [ opened ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user