Fix split up actions (#141)

This commit is contained in:
Adam
2023-04-25 16:51:21 -04:00
committed by GitHub
parent 2f370ad641
commit 2d36249dbb
4 changed files with 70 additions and 17 deletions

View File

@@ -2,7 +2,12 @@ name: OpenInv CI
on:
push:
pull_request:
branches:
- '**'
tags-ignore:
- '**'
# Enable running CI via other Actions, i.e. for drafting releases and handling PRs.
workflow_call:
jobs:
build: