Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Oct 10, 2024
1 parent f5de22e commit 73def50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "chouinar/2327-api-opensearch"
paths:
- "api/**"
- ".github/"
- ".github/**"
release:
types: [published]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
needs: [database-migrations]
needs: [build-and-publish]
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 73def50

Please sign in to comment.