Skip to content

Commit

Permalink
Merge pull request #6 from CLeARoboticsLab/two_stage
Browse files Browse the repository at this point in the history
Merge two-stage because it's basically main now
  • Loading branch information
fernandopalafox authored Jan 31, 2024
2 parents cc10421 + e2f7c33 commit 2a986c1
Show file tree
Hide file tree
Showing 13 changed files with 5,048 additions and 373 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CI
on: [push]
on:
pull_request:
types: [ready_for_review]
push:
branches:
- main

jobs:
tests:
Expand Down
Loading

0 comments on commit 2a986c1

Please sign in to comment.