Run workflow on pull request

This commit is contained in:
Rico Sta. Cruz 2024-03-29 18:46:24 +11:00
parent 4b05ba3b0a
commit 9ef88ffade
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Run tests
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest