mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 17:58:22 +00:00
feat: adding extension-api changes to website publish trigger (#5928)
* feat: adding extension-api to website trigger Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * fix: adding wildcards Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --------- Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
parent
76534f3053
commit
06ce84d43c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/website-next.yaml
vendored
1
.github/workflows/website-next.yaml
vendored
|
|
@ -26,6 +26,7 @@ on:
|
|||
- 'package.json'
|
||||
- 'yarn.lock'
|
||||
- 'website/**'
|
||||
- 'packages/extension-api/src/**'
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue