mirror of
https://github.com/sissbruecker/linkding
synced 2025-02-16 12:28:23 +00:00
Try fix workflow config
This commit is contained in:
parent
fd1bbadcf3
commit
ce213775b6
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: linkding CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
|
|
Loading…
Add table
Reference in a new issue