Skip to content

Commit

Permalink
Deploy to pages only if affected path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Feb 7, 2024
1 parent 59fdc01 commit 017ef2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build and Deploy to Github Pages
on:
push:
branches: [ "main" ]
paths:
- "demo/**"
- "src/**"
- "Cargo.toml"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 017ef2f

Please sign in to comment.