Cleaned up pom, added simple quality test action on push usable for forks of the repo

This commit is contained in:
Jeroen Willemsen
2021-09-29 09:40:45 +02:00
committed by Nanne Baars
parent 0c285eef5b
commit 9403bbb851
6 changed files with 58 additions and 8 deletions

View File

@ -5,6 +5,7 @@ on:
- v*
jobs:
release:
if: github.repository == 'WebGoat/WebGoat'
name: Release WebGoat
runs-on: ubuntu-latest
environment:
@ -103,6 +104,7 @@ jobs:
- name: "Image digest"
run: echo ${{ steps.docker_build.outputs.digest }}
new_version:
if: github.repository == 'WebGoat/WebGoat'
name: Update development version
needs: [ release ]
runs-on: ubuntu-latest