Skip to content

Commit

Permalink
Add trigger to run tests on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhaharsh committed Jan 31, 2024
1 parent 26f33bc commit 638d54e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
branches:
- main

pull_request:
branches:
- main


jobs:
py:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 638d54e

Please sign in to comment.