mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-30 02:57:38 +00:00
Only deploy pages on changes in frontend
This commit is contained in:
@ -7,6 +7,9 @@ name: Deploy Next.js site to Pages
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- frontend/**
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
Reference in New Issue
Block a user