Skip to content

Commit

Permalink
merge in jGaboardi-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Mar 17, 2024
2 parents 9cb0a82 + a4b93e8 commit 464d130
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
name: Tests
name: Unit Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
schedule:
- cron: '59 23 * * *'
workflow_dispatch:
inputs:
version:
description: Manual Unittest Run
default: test
required: false

on:
push:
Expand Down

0 comments on commit 464d130

Please sign in to comment.