Skip to content

Commit

Permalink
feat: run tests on pull requests
Browse files Browse the repository at this point in the history
This enables the pull request action on pull requests
  • Loading branch information
gardleopard committed Dec 15, 2023
1 parent 27f96ff commit 29ef9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Pull request
# Controls when the action will run.
on:
push:
pull_request:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 29ef9cd

Please sign in to comment.