Fix contact points being reported multiple times with resolve_collisi… #76
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| # branches: [ master ] | |
| pull_request: | |
| # branches: [ master ] | |
| jobs: | |
| ci: | |
| name: "CI" | |
| uses: ./.github/workflows/build.yml | |
| with: | |
| git-ref: ${{ github.ref }} | |