Skip to content

Commit

Permalink
chore(ci): Limit site task by paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Feb 21, 2024
1 parent 63b1704 commit 694553e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

on:
pull_request:
paths:
- website/**
push:
branches:
- main
paths:
- website/**

jobs:
site:
Expand Down

0 comments on commit 694553e

Please sign in to comment.