Skip to content

Commit

Permalink
fire exp show watcher whenever a .dvc file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed May 26, 2022
1 parent e2269a7 commit 125d574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/experiments/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class ExperimentsData extends BaseData<ExperimentsOutput> {
},
{ name: 'fullUpdate', process: () => this.update() }
],
['dvc.lock', 'dvc.yaml', 'params.yaml']
['dvc.lock', 'dvc.yaml', 'params.yaml', '*.dvc']
)

this.watchExpGitRefs()
Expand Down

0 comments on commit 125d574

Please sign in to comment.