ci: try to fix name mismatch
Some checks failed
release / ci (push) Has been cancelled

This commit is contained in:
Marvin Preuss 2024-09-19 15:14:20 +02:00
parent ce563941d5
commit b32f85df2d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: "test"
name: "release"
on:
push:
tags:

View File

@ -2,8 +2,8 @@ name: "test"
on:
pull_request:
push:
# tags-ignore:
# - '**'
tags-ignore:
- '**'
jobs:
ci:
runs-on: ubuntu-latest