Skip to content

Commit

Permalink
Upload metadata model to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
noggi committed Nov 28, 2023
1 parent bef42e7 commit 21515b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/metadata-model.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: metadata model generate
on:
pull_request:
paths:
- ".github/workflows/**"

branches:
- "**"
push:
branches:
- master
- "**"
paths:
- "metadata-models/**"
release:
Expand Down
1 change: 1 addition & 0 deletions metadata-models/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ task cleanExtraDirs {
clean.finalizedBy(cleanExtraDirs)

checkstyleMain.exclude '**/generated/**'

0 comments on commit 21515b4

Please sign in to comment.