Skip to content

Commit

Permalink
changes for embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Purshotam patidar committed Jun 21, 2024
1 parent 63f67fc commit 5046f10
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 @@ -12,6 +12,10 @@ jobs:
build_api:
needs:
- setup_project
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 5046f10

Please sign in to comment.