Skip to content

Commit

Permalink
cicd pushed2
Browse files Browse the repository at this point in the history
  • Loading branch information
Purshotam patidar committed Jun 21, 2024
1 parent 30229bf commit 4d0f86b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
uses: ./.github/workflows/reusable-setup.yml

build_api:
permissions:
contents: read
packages: write
deployments: write
if: ${{ github.event_name == 'push' && (github.event.head_commit.modified || github.event.head_commit.added || github.event.head_commit.removed) && contains(toJSON(github.event.head_commit.modified), 'apps/api/') }}
uses: ./.github/workflows/build-api.yml

Expand Down

0 comments on commit 4d0f86b

Please sign in to comment.