mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 11:25:08 +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
|
## Related Pull Requests / Discussions
|
||||||
|
|
||||||
If there are other pull requests or discussions related to this change, please link them here:
|
If there are other pull requests or discussions related to this change, please link them here:
|
||||||
- Related PR #1
|
- Related PR #
|
||||||
- Related PR #2
|
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@ name: Deploy Next.js site to Pages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
paths:
|
||||||
|
- frontend/**
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
Loading…
Reference in New Issue
Block a user