Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/tool-page-update
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin authored Jun 20, 2024
2 parents 77487b9 + b3a4da8 commit ada33de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeforafrica-deploy-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
paths:
- "apps/codeforafrica/**"
- "Dockerfile.codeforafrica"
- ".github/workflows/codeforafrica-deploy-review.yml"
- ".github/workflows/codeforafrica-deploy-review-app.yml"
# By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened.
types: [opened, reopened, closed, synchronize]
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: false
Expand Down

0 comments on commit ada33de

Please sign in to comment.