Clean up workflow

This commit is contained in:
Elian Doran 2024-09-07 09:42:08 +03:00
parent 6dee56d72e
commit 89beda16fd
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,6 @@ on:
paths-ignore:
- "docs/**"
- ".github/workflows/main-docker.yml"
tags:
- "v*"
workflow_dispatch:
concurrency:

View File

@ -1,8 +1,8 @@
name: Main
name: Release
on:
push:
tags:
- v*
- "v*"
workflow_dispatch:
permissions:
contents: write