Skip to content

Commit

Permalink
Merge pull request #21 from monofony/split-security-packages
Browse files Browse the repository at this point in the history
Split security packages
  • Loading branch information
loic425 authored Jan 13, 2025
2 parents 152ff4f + 12e2c15 commit 2dee1ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/split_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- { path: 'meta/repository-domain-meta', name: 'repository-domain-meta' }
- { path: 'meta/repository-infrastructure-meta', name: 'repository-infrastructure-meta' }
- { path: 'pack/repository-pack', name: 'repository-pack' }
- { path: 'meta/security-domain-meta', name: 'security-domain-meta' }
- { path: 'meta/security-application-meta', name: 'security-application-meta' }
- { path: 'meta/security-infrastructure-meta', name: 'security-infrastructure-meta' }
- { path: 'pack/security-pack', name: 'security-pack' }
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2dee1ec

Please sign in to comment.