Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei18 committed Aug 17, 2021
1 parent d3c8adc commit de0bf15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- dev
- public
- mapd
- feature/**
paths:
- 'pibt2/**'
- 'tests/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- dev
- public
- mapd
- feature/**
paths:
- 'pibt2/**'
- 'tests/**'
Expand Down
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "third_party/openFrameworks"]
path = third_party/openFrameworks
url = https://github.com/openframeworks/openFrameworks.git
ignore = dirty
[submodule "third_party/grid-pathfinding"]
path = third_party/grid-pathfinding
url = https://github.com/Kei18/grid-pathfinding.git
ignore = dirty

0 comments on commit de0bf15

Please sign in to comment.