mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
Merge pull request #81 from havardthom/main
Only deploy pages on changes in frontend
This commit is contained in:
commit
b1d09ad6f4
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@ -24,6 +24,4 @@ Provide any additional context or screenshots about the feature or fix here.
|
||||
## Related Pull Requests / Discussions
|
||||
|
||||
If there are other pull requests or discussions related to this change, please link them here:
|
||||
- Related PR #1
|
||||
- Related PR #2
|
||||
|
||||
- Related PR #
|
||||
|
@ -7,6 +7,9 @@ name: Deploy Next.js site to Pages
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- frontend/**
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
Loading…
Reference in New Issue
Block a user