From b29853f2a11a7302c3f89a0a3a7ae74797b6c8c9 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Mon, 22 Jul 2024 18:22:34 +0000 Subject: [PATCH] test --- .github/workflows/pr-annotations.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-annotations.yaml b/.github/workflows/pr-annotations.yaml index 4ab136c..79d8060 100644 --- a/.github/workflows/pr-annotations.yaml +++ b/.github/workflows/pr-annotations.yaml @@ -1,6 +1,8 @@ name: Annotate PR with trunk issues on: + push: + branches: [ "*" ] pull_request: branches: [ "main" ] types: [ "completed" ]