Skip to content

Commit 3eec2bf

Browse files
authored
Update test.yaml
1 parent 61b3f65 commit 3eec2bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Test
22
on:
33
push:
4+
paths:
5+
- element_deeplabcut/**
6+
- notebooks/**
7+
- tests/**
48
pull_request:
59
workflow_dispatch:
610
schedule:
711
- cron: "0 8 * * 1"
812
jobs:
9-
devcontainer-build:
10-
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
1113
tests:
1214
runs-on: ubuntu-latest
1315
strategy:

0 commit comments

Comments
 (0)