Merge pull request #81 from havardthom/main

Only deploy pages on changes in frontend
This commit is contained in:
CanbiZ 2024-11-05 22:37:45 +01:00 committed by GitHub
commit b1d09ad6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
If there are other pull requests or discussions related to this change, please link them here:
- Related PR #1
- Related PR #2
- Related PR #

View File

@ -7,6 +7,9 @@ name: Deploy Next.js site to Pages
on:
push:
branches: ["main"]
paths:
- frontend/**
workflow_dispatch:
permissions: