release.yml: Use release.yml to run most tests

This commit is contained in:
Tobias K 2022-08-12 14:39:40 +02:00
parent 64ce2b2643
commit 6244bf4486
4 changed files with 4 additions and 7 deletions

View File

@ -10,10 +10,6 @@ on:
git_ref:
required: true
type: string
push:
branches-ignore:
- '*/cicd/**'
pull_request:
jobs:
build:

View File

@ -13,7 +13,6 @@ on:
push:
branches:
- "**"
pull_request:
jobs:
build:

View File

@ -28,6 +28,8 @@ on:
default: true
push:
tags: ["v*"]
branches:
- master
permissions:
contents: write

View File

@ -14,8 +14,8 @@ on:
required: false
type: string
push:
branches-ignore:
- '*/cicd/**'
branches:
- master
jobs:
setup-installation-test-instance: