Skip to content

Commit

Permalink
new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
gokris165 committed Jun 3, 2024
1 parent 88c678a commit 6dca3e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Build Modules

on:
push:
branches: main

jobs:
# Github Action to detect file changes between
# main branch and pull request branch
changes:
runs-on: ubuntu-latest
if: ${{ github.actor == 'github-actions[bot]'}}
outputs:
core: ${{ steps.filter.outputs.core }}
client: ${{ steps.filter.outputs.client }}
Expand Down
8 changes: 8 additions & 0 deletions bundle-core/src/main/java/com/ddd/model/BundleDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ public String getBundleId() {
return this.bundleId;
}









public Bundle getBundle() {
return this.bundle;
}
Expand Down

0 comments on commit 6dca3e3

Please sign in to comment.