Re-added some git logic to the pipeline which was lost during development

This commit is contained in:
TheNetworkGuy 2025-06-16 11:13:36 +00:00
parent d79f96a5b4
commit 940f2d6afb

View File

@ -5,6 +5,10 @@ on:
push:
branches:
- main
release:
types: [published]
pull_request:
types: [opened, synchronize]
jobs:
test_quality: