mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Clean up workflow
This commit is contained in:
parent
6dee56d72e
commit
89beda16fd
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -7,8 +7,6 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- ".github/workflows/main-docker.yml"
|
- ".github/workflows/main-docker.yml"
|
||||||
tags:
|
|
||||||
- "v*"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
name: Main
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- "v*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user