Skip to content

Commit

Permalink
Move path to correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Nov 22, 2023
1 parent aaa2794 commit 1f54257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/generate-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "!main"
paths:
- "src/**"
- "generated/java/datadoc-model/pom.xml"
- ".github/workflows/generate-java.yml"

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- "!main"
paths:
- "src/**/*.json"
- "generated/java/datadoc-model/pom.xml"
- ".github/workflows/generate-python.yml"

jobs:
Expand Down

0 comments on commit 1f54257

Please sign in to comment.