fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-26 15:47:55 +00:00
parent 83b338e453
commit 5a75b08357

View File

@ -1,6 +1,16 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
schedule:
- cron: '0 0 1,15 * *'
jobs:
general_module_workflow: