Skip to content

Commit

Permalink
ci(pages): restrict runs to changes in docs dir and yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 9, 2024
1 parent 0d20388 commit 3ea8958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Cloudflare pages
on:
push:
branches: [main]
paths:
- docs/**
- .github/workflows/pages.yml
permissions:
contents: write
jobs:
Expand Down

0 comments on commit 3ea8958

Please sign in to comment.