diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f8203ac..58111bc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 92992d866..b143d4afa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,6 @@ +trigger: +- dev + jobs: - job: 'Test'