Skip to content

Commit

Permalink
fixup! Import initial tooling framework for OpenCV dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
squishyhuman committed Oct 5, 2023
1 parent 4da3992 commit 52d8a66
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
name: Build CI
on:
push:
paths:
- 'lib/**'
- 'tools/**'
pull_request:
paths:
- 'lib/**'
- 'tools/**'
schedule:
- cron: '0 0 * * 0'
branches:
- main
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in
# parallel
Expand Down

0 comments on commit 52d8a66

Please sign in to comment.