Skip to content

Fixed GH CI actions to ignore docs folder and fixed build-deploy to r… #16

Fixed GH CI actions to ignore docs folder and fixed build-deploy to r…

Fixed GH CI actions to ignore docs folder and fixed build-deploy to r… #16

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]