Skip to content

Commit

Permalink
fix: ignore README instead of allowing src/ and static/
Browse files Browse the repository at this point in the history
nearly every other file in the repo could affect a future deploy
  • Loading branch information
gregdan3 committed Aug 16, 2024
1 parent bd133c6 commit a0e4aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
push:
branches:
- main
paths:
- "src/**"
- "static/**"
paths-ignore:
- "README*"

workflow_dispatch:

permissions:
Expand Down

0 comments on commit a0e4aff

Please sign in to comment.