fix: update deployment condition to match correct package name
This commit is contained in:
parent
5ea42bb24b
commit
c05341ad42
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue