fix: update deployment condition to match correct package name

This commit is contained in:
Marco Pedone 2025-10-23 15:19:27 +02:00
parent 5ea42bb24b
commit c05341ad42

View file

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.registry_package.name == 'infoalloggi-web'
if: github.event.registry_package.name == 'marcopedone-web'
steps:
- name: Deploy command
run: |