From 37ca7812562886cf00323ef329a6878be657e0e8 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 20:22:18 +0100 Subject: [PATCH] restrict canary workflow a bit better --- .github/workflows/canary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 54921ca5..690f3504 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -2,7 +2,7 @@ name: Canary on: pull_request: - types: [opened, reopened] + types: [opened, synchronize, reopened] jobs: release: