Skip to content

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

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

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

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