also run CI on pull requests

This commit is contained in:
Earl Warren 2024-01-03 21:45:50 +01:00
parent 4d98c454fb
commit fdf3d323b9
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
on: [ push ]
on: [ pull_request, push ]
jobs:
integration:
runs-on: self-hosted

View file

@ -1,4 +1,4 @@
on: [ push ]
on: [ pull_request, push ]
jobs:
integration:
runs-on: docker