Skip to content

Commit

Permalink
Add pull_request trigger to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjoseph committed Apr 21, 2024
1 parent f80d345 commit 9cf8bb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Test Build and Publish Docker image
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -17,7 +20,7 @@ jobs:

- name: Install dependencies
run: yarn install

- name: Run tests
run: yarn test

Expand Down

0 comments on commit 9cf8bb5

Please sign in to comment.