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

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