Skip to content

Commit

Permalink
there no file Cargo.toml.*
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Jan 13, 2025
1 parent cae688f commit e6ea011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-and-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '**.html'
- '**.js'
- '**.css'
- 'Cargo.toml.*'
- 'Cargo.*'
- '!t/**' # We use this for playground
- '!fastn.com/**'
- '!v0.5/**' # TODO: remove this when we're ready to release v0.5
Expand All @@ -30,7 +30,7 @@ on:
- '**.html'
- '**.js'
- '**.css'
- 'Cargo.toml.*'
- 'Cargo.*'
- '!t/**' # We use this for playground
- '!fastn.com/**'
- '!v0.5/**' # TODO: remove this when we're ready to release v0.5
Expand Down

0 comments on commit e6ea011

Please sign in to comment.