Skip to content

Commit c85c7ce

Browse files
committed
Update test GHA
1 parent 467bfb7 commit c85c7ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Test
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
7+
branches:
8+
- main
59
workflow_dispatch:
6-
schedule:
7-
- cron: "0 8 * * 1"
810
jobs:
911
devcontainer-build:
1012
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
@@ -29,4 +31,3 @@ jobs:
2931
python_version=${{matrix.py_ver}}
3032
black element_calcium_imaging --check --verbose --target-version py${python_version//.}
3133
black notebooks --check --verbose --target-version py${python_version//.}
32-

0 commit comments

Comments
 (0)