Skip to content

Issue 37 more

Issue 37 more #6

name: PR
on:
pull_request:
types: [opened,reopened,synchronize]
jobs:
call_windows_build_and_test:
name: Windows
uses: ./.github/workflows/windows-build-and-test.yml
call_ubuntu_build_and_test:
name: Ubuntu
uses: ./.github/workflows/ubuntu-build-and-test.yml
call_macos_build_and_test:
name: MacOS
uses: ./.github/workflows/macos-build-and-test.yml