fix workflow name

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
This commit is contained in:
Ivan Schaller 2023-09-04 23:28:05 +02:00
parent f4e2bb002a
commit 3d75e76266
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,8 @@
name: pull request
on:
push:
tags:
- "v*.*.*"
pull_request:
branches: [main, master]
env:
REGISTRY: git.44net.ch

View file

@ -1,8 +1,9 @@
name: tag
on:
pull_request:
branches: [main, master]
push:
tags:
- "v*.*.*"
env:
REGISTRY: git.44net.ch