Skip to content

Fixed GH CI actions to ignore docs folder #14

Fixed GH CI actions to ignore docs folder

Fixed GH CI actions to ignore docs folder #14

name: "Continuous Integration"
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
paths-ignore:
- 'docs/**'
branches:
tags:
jobs:
ci:
uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]