Skip to content

Commit

Permalink
fix: patch models folder location in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 6, 2024
1 parent 51f0be8 commit 9c18202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_models_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- 'src/aind_data_schema_models/models/**'
- 'src/aind_data_schema_models/_generators/models/**'

jobs:
publish_models:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_models_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- 'src/aind_data_schema_models/models/**'
- 'src/aind_data_schema_models/_generators/models/**'

jobs:
publish_models:
Expand Down

0 comments on commit 9c18202

Please sign in to comment.