Update CI workflow to target develop branch for push and pull request events
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2026-02-23 17:33:21 +01:00
parent 1564c48bcf
commit 2da6cf8023

View File

@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ main ]
branches: [ develop ]
pull_request:
branches: [ main ]
branches: [ develop ]
jobs:
build-test:
runs-on: docker