Skip to content

Commit

Permalink
Add test badge to readme, dont deploy on readme changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jifalops committed Nov 18, 2024
1 parent c146a06 commit bb88b66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
push:
branches:
- main
paths:
- '**.js'
- '**.ts'
- '**.json'
- 'src/**'
- 'static/**'
- '.env'
- '.env.*'
permissions:
contents: write
jobs:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Svelte Website Template

[![Test](https://github.com/jifalops/svelte-static/actions/workflows/test.yml/badge.svg)](https://github.com/jifalops/svelte-static/actions/workflows/test.yml)

A starting point for static websites, SPAs, and PWAs using Svelte 5+.
It comes with a flexible development container a skeleton ports and adapters architecture.

Expand Down

0 comments on commit bb88b66

Please sign in to comment.