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: on:
push: push:
tags: tags:

View File

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