Skip to content

Commit e37425d

Browse files
authored
Make Azure run CI for commits only on dev (#1281)
1 parent 4eb8468 commit e37425d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Users can now add/remove containers from a written NWB file and export the modif
1717
### Bug fixes:
1818
- For `ImageSeries`, add check if `external_file` is provided without `starting_frame` in `__init__`. @rly (#1264)
1919
- Improve docstrings for `TimeSeries.data` and for the electrode table. @rly (#1271, #1272)
20+
- Fix Azure Pipelines configuration. @rly (#1281)
2021

2122
## PyNWB 1.3.3 (June 26, 2020)
2223

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
trigger:
2+
- dev
3+
14
jobs:
25

36
- job: 'Test'

0 commit comments

Comments
 (0)