From 59d9d2671a611c3ce069982e85fb5a82e99eafa7 Mon Sep 17 00:00:00 2001 From: Jake Low Date: Wed, 13 Nov 2024 17:56:27 -0800 Subject: [PATCH] Try changing redeploy workflow trigger to hopefully get it to work (#2496) --- .github/workflows/trigger-redeploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger-redeploy.yaml b/.github/workflows/trigger-redeploy.yaml index 180b004d3..be0dffbac 100644 --- a/.github/workflows/trigger-redeploy.yaml +++ b/.github/workflows/trigger-redeploy.yaml @@ -3,7 +3,7 @@ name: Trigger Redeploy on: # run whenever a new maproulette/maproulette-frontend package is published to GHCR registry_package: - types: [published] + types: [ published, updated ] jobs: trigger: @@ -17,4 +17,4 @@ jobs: https://api.github.com/repos/maproulette/maproulette-deploy/dispatches \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ - -d '{"event_type": "trigger-workflow" }' + -d '{ "event_type": "trigger-workflow" }'