fix: update registry package types to include 'updated' for deployment triggers
This commit is contained in:
parent
a0a38f0977
commit
0cd8d7c103
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue