Only deploy pages on changes in frontend

This commit is contained in:
Håvard Thom 2024-11-05 22:28:09 +01:00
parent c419cc36e8
commit 9a4e239a9a
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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: