probably fix build-test not running on submodule update
This commit is contained in:
8
.github/workflows/build-test.yml
vendored
8
.github/workflows/build-test.yml
vendored
@@ -9,7 +9,10 @@ on:
|
|||||||
- '**.sln'
|
- '**.sln'
|
||||||
- '**.git**'
|
- '**.git**'
|
||||||
- '**.yml'
|
- '**.yml'
|
||||||
- 'RobustToolbox/'
|
# no docs on which one of these is supposed to work, so
|
||||||
|
# why not just do both
|
||||||
|
- 'RobustToolbox'
|
||||||
|
- 'RobustToolbox/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
@@ -18,7 +21,8 @@ on:
|
|||||||
- '**.sln'
|
- '**.sln'
|
||||||
- '**.git**'
|
- '**.git**'
|
||||||
- '**.yml'
|
- '**.yml'
|
||||||
- 'RobustToolbox/'
|
- 'RobustToolbox'
|
||||||
|
- 'RobustToolbox/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user