fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-26 15:47:54 +00:00
parent 5366054086
commit 54a300ec0c

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: