fix: update registry package types to include 'updated' for deployment triggers

This commit is contained in:
Marco Pedone 2025-12-11 17:14:21 +01:00
parent a0a38f0977
commit 0cd8d7c103

View file

@ -2,7 +2,7 @@ name: Deploy on package push
on: on:
registry_package: registry_package:
types: [published] types: [published, updated]
workflow_dispatch: workflow_dispatch:
jobs: jobs: