We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049310c commit 85ff041Copy full SHA for 85ff041
1 file changed
.github/workflows/test.yaml
@@ -6,15 +6,15 @@ on:
6
- "!gh-pages" # exclude gh-pages branch
7
- "!stage*" # exclude branches beginning with stage
8
paths:
9
- - "datajoint"
+ - "src/datajoint"
10
- "tests"
11
pull_request:
12
branches:
13
- "**" # every branch
14
15
16
17
18
19
jobs:
20
test:
0 commit comments