Skip to content

Commit

Permalink
Only release when application changes
Browse files Browse the repository at this point in the history
* modify `release.yml` so that the application is only released when source code or public assets change

closes #9
  • Loading branch information
ChristopherBiscardi committed Mar 7, 2024
1 parent ea51e45 commit ded86ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
push:
branches:
- "main"
paths:
- "src/**"
- "Dockerfile"
- "style/**"
- "tailwind.config.js"
- "fly.toml"
- "public/**"

jobs:
release:
Expand Down

0 comments on commit ded86ff

Please sign in to comment.