mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
fix pr being announce multiple times (#7070)
by limiting action to pr opening.
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user