change(feat/OPS-31): test for ci using current branch

This commit is contained in:
Amrasil 2025-03-26 22:33:24 +01:00
parent 0f8ed78299
commit c909144520
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,9 @@
name: CI # Name of the workflow
on:
pull_request:
push:
branches:
- devel
- master
- feat/OPS-31
jobs:
test: # Defines a job called "test"