Update ci.yml

This commit is contained in:
Amrasil 2025-03-26 22:17:50 +01:00 committed by GitHub
parent 49baf0001b
commit afdc079de1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,8 @@ name: CI # Name of the workflow
on:
pull_request:
branches:
- devel # Runs only when a pull request targets the 'devel' branch
- devel
- master
jobs:
test: # Defines a job called "test"