remove path filter on build check workflow

This commit is contained in:
Joel Wetzell
2026-02-16 11:59:50 -06:00
committed by GitHub
parent 6e9c6ee55d
commit dfb4624b9b
-2
View File
@@ -3,8 +3,6 @@ on:
pull_request:
branches:
- main
paths:
- 'packages/osc/**'
jobs:
check-build:
runs-on: ubuntu-latest