Skip to content

Commit

Permalink
fix filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Aug 31, 2024
1 parent aef9e37 commit b57cf49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
branches:
- "wasm-main"
paths:
- "src/**"
- "crates/www/src/**"
- "Dockerfile"
- "style/**"
- "tailwind.config.js"
- "crates/www/style/**"
- "crates/www/tailwind.config.js"
- "fly.toml"
- "public/**"
- "crates/www/public/**"

jobs:
release:
Expand Down

0 comments on commit b57cf49

Please sign in to comment.