Skip to content

Commit

Permalink
fix: missing pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 8, 2024
1 parent 935add6 commit 2652b9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- main
- staging
pull_request:
branches:
- main
- staging

jobs:
test:
Expand All @@ -34,7 +38,7 @@ jobs:
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
cd ../user-service
echo "DB_CLOUD_URI=${{ env.USER_SERVICE_DB_CLOUD_URI }}" >> .env
echo "DB_CLOUD_URI=${{ secrets.USER_SERVICE_DB_CLOUD_URI }}" >> .env
echo "PORT=${{ env.USER_SERVICE_PORT }}" >> .env
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
Expand Down

0 comments on commit 2652b9e

Please sign in to comment.