From 533a86777099c466a74a8375227ec67f51863abe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 16 Mar 2024 14:43:41 -0700 Subject: [PATCH] ci: release PR on sync --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index acba31adc..48d338b63 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -1,6 +1,6 @@ on: pull_request: - types: [opened, reopened, synchronized] + types: [opened, reopened, synchronize] workflow_dispatch: {}