Skip to content

Commit

Permalink
Skip CI on doc-only changes (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude authored Jan 22, 2025
2 parents e7f672b + 0534a03 commit ffabcda
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 ffabcda

Please sign in to comment.