Skip to content

Commit

Permalink
Skip CI on doc-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Jan 22, 2025
1 parent c0ae71a commit 0534a03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ on:
push:
branches:
- main
paths:
- '**/*'
- '!*.md'
pull_request:
branches:
- main

paths:
- '**/*'
- '!*.md'
jobs:
run:
name: PHP ${{ matrix.php }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ composer.lock
composer.phar
/build
_site/
.phpunit.cache

0 comments on commit 0534a03

Please sign in to comment.