Skip to content

Commit

Permalink
ci: don't run link checker on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 21, 2023
1 parent d39dd25 commit e0ddcfa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check-links.yml
@@ -1,12 +1,6 @@
name: Check links with Lychee

on:
push:
paths:
- "docs/**"
- "*.md"
branches:
- main
pull_request:
paths:
- "docs/**"
Expand Down

0 comments on commit e0ddcfa

Please sign in to comment.