Update relaseNewVersion.yml (#36)

* Update relaseNewVersion.yml

* Update buildAndTest.yml
This commit is contained in:
Valentin Heiserer
2024-04-17 02:23:45 +02:00
committed by GitHub
parent 1e2c36a9b5
commit 1bdaa1eb53
2 changed files with 1 additions and 4 deletions

View File

@@ -25,10 +25,6 @@ jobs:
with:
maven-version: 3.8.2
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify
working-directory: Backend
- name: Build with Maven
run: mvn -B package --file pom.xml
working-directory: Backend

View File

@@ -4,6 +4,7 @@ permissions:
contents: write
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"