Skip to content

Test CI

Test CI #1

Workflow file for this run

name: On Push
permissions: write-all
on:
pull_request:
branches: [ "main", "dev" ]
push:
branches: [ "main", "dev", "gh_actions", "ci" ]
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
# build-debug:
# name: Build Debug
# uses: ./.github/workflows/build.yml
# with:
# cmake-preset: x86-debug
# upload-artifact-dll: debug-dll
# upload-artifact-vdf: debug-vdf
build-release:
name: Build Release
uses: ./.github/workflows/build.yml
with:
cmake-preset: x86-release
upload-artifact-dll: release-dll