Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

fix(ci): add path filters to build workflow #10

fix(ci): add path filters to build workflow

fix(ci): add path filters to build workflow #10

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- 'src/**'
- '__tests__/**'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- 'action.yml'
- '.github/workflows/build.yml'
push:
branches:
- main
paths:
- 'src/**'
- '__tests__/**'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- 'action.yml'
- '.github/workflows/build.yml'
jobs:
build:
uses: CodingWithCalvin/.github/.github/workflows/gha-build.yml@main