We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007652a commit a0fc4eaCopy full SHA for a0fc4ea
.github/workflows/test.yaml
@@ -5,11 +5,19 @@ on:
5
- "**" # every branch
6
- "!gh-pages" # exclude gh-pages branch
7
- "!stage*" # exclude branches beginning with stage
8
+ paths:
9
+ - "datajoint"
10
+ - "tests"
11
+ - ".pre-commit-config.yaml"
12
pull_request:
13
branches:
14
15
16
17
18
19
20
21
jobs:
22
lint:
23
runs-on: ubuntu-latest
0 commit comments