fix: ensure deployment job runs only for the 'infoalloggi-web' package
This commit is contained in:
parent
c3b2c10bdf
commit
09c0b0da21
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue