Skip to content

Commit

Permalink
Exclude docs from build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Apr 10, 2024
1 parent d7dd056 commit b098572
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Build

on:
push:

paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'

jobs:
build:
Expand Down Expand Up @@ -41,7 +44,7 @@ jobs:
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{matrix.php_version}}-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-php--${{matrix.php_version}}-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php--${{matrix.php_version}}
Expand Down

0 comments on commit b098572

Please sign in to comment.