Skip to content

Commit

Permalink
Merge pull request community-scripts#81 from havardthom/main
Browse files Browse the repository at this point in the history
Only deploy pages on changes in frontend
  • Loading branch information
MickLesk authored Nov 5, 2024
2 parents c419cc3 + 9a4e239 commit b1d09ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ name: Deploy Next.js site to Pages
on:
push:
branches: ["main"]
paths:
- frontend/**

workflow_dispatch:

permissions:
Expand Down

0 comments on commit b1d09ad

Please sign in to comment.