Enable workflow runs from pull requests

This commit is contained in:
Sascha Ißbrücker 2024-03-16 07:19:40 +01:00
parent 683cf529d7
commit eefbefd714

View file

@ -1,6 +1,6 @@
name: linkding CI
on: [push]
on: [push, pull_request]
jobs:
unit_tests: