mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-22 03:13:02 +00:00
Enable workflow runs from pull requests
This commit is contained in:
parent
683cf529d7
commit
eefbefd714
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: linkding CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
|
|
Loading…
Reference in a new issue