Skip to content

Commit

Permalink
Make Azure run CI for commits only on dev (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 13, 2020
1 parent 4eb8468 commit e37425d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Users can now add/remove containers from a written NWB file and export the modif
### Bug fixes:
- For `ImageSeries`, add check if `external_file` is provided without `starting_frame` in `__init__`. @rly (#1264)
- Improve docstrings for `TimeSeries.data` and for the electrode table. @rly (#1271, #1272)
- Fix Azure Pipelines configuration. @rly (#1281)

## PyNWB 1.3.3 (June 26, 2020)

Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
trigger:
- dev

jobs:

- job: 'Test'
Expand Down

0 comments on commit e37425d

Please sign in to comment.