Skip to content

Commit

Permalink
fix: don't run test suite when only site changed
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jan 13, 2025
1 parent fdf958e commit 8dc686e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- "gh-pages/**"

jobs:
build-and-test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "gh-pages/**"

jobs:
build-and-test:
Expand Down

0 comments on commit 8dc686e

Please sign in to comment.