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