Compare commits
2 Commits
36abaf805b
...
e59dd12102
| Author | SHA1 | Date | |
|---|---|---|---|
| e59dd12102 | |||
| ce5618f64a |
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -3,6 +3,7 @@ name: main
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
tags: [v*]
|
||||||
pull_request:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
# linters
|
# linters
|
||||||
@ -64,6 +65,7 @@ jobs:
|
|||||||
# release
|
# release
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [lint, test]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -97,6 +97,7 @@
|
|||||||
<template v-else>
|
<template v-else>
|
||||||
<a
|
<a
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
style="display:block;margin-bottom: 4px"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://github.com/filebrowser/filebrowser"
|
href="https://github.com/filebrowser/filebrowser"
|
||||||
>
|
>
|
||||||
@ -104,6 +105,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
style="display:block;margin-bottom: 4px"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://git.linuxcrack.zip/midou/filebrowser-fork"
|
href="https://git.linuxcrack.zip/midou/filebrowser-fork"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user