ci: ignore unnecessary changes
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 24s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 32s
Build, Package and Push Images / container-build (push) Successful in 1m15s
Build, Package and Push Images / container-sbom-scan (push) Successful in 30s

This commit is contained in:
Timothy Schenk 2023-11-16 15:02:32 +01:00
parent bdc3b149fe
commit 04f8c5d52c

View file

@ -1,6 +1,11 @@
name: Build, Package and Push Images name: Build, Package and Push Images
run-name: ${{ gitea.actor }} is building the Server application run-name: ${{ gitea.actor }} is building the Server application
on: [push] on:
push:
paths-ignore:
- Wiki/**
- Benchmarks/**
- .run/**
jobs: jobs:
preprocess: preprocess: