chore: also trigger on development branch (#1204)
Some checks are pending
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Build and Push / docker_build (push) Waiting to run
Docker Build and Push / docker_scan (push) Blocked by required conditions

* chore: also trigger on development branch

* chore: remove old debug workflow

---------

Co-authored-by: DaanSelen <dselen@systemec.nl>
This commit is contained in:
DaanSelen
2026-04-02 03:03:47 -07:00
committed by GitHub
parent 1aa1b8a51b
commit 6bc54e5d65
2 changed files with 1 additions and 106 deletions

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- 'main'
- 'development'
- '**dev'
tags:
- '*'