fix: ensure deployment job runs only for the 'infoalloggi-web' package

This commit is contained in:
Marco Pedone 2025-10-17 19:26:17 +02:00
parent c3b2c10bdf
commit 09c0b0da21

View file

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