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: paths-ignore:
- "docs/**" - "docs/**"
- ".github/workflows/main-docker.yml" - ".github/workflows/main-docker.yml"
tags:
- "v*"
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:

View File

@ -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