probably fix build-test not running on submodule update

This commit is contained in:
Kara D
2022-01-21 10:50:17 -07:00
parent c6a32095bd
commit eedaedc4fd

View File

@@ -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: