Files
Descent3/.github/workflows/ci.yml
Louis Gombert e01b311eaf Remove clang build
ubuntu 20.04's old clang could not build all vcpkg dependencies.
2025-02-28 23:43:45 +01:00

19 lines
273 B
YAML

name: Continuous Integration
on:
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- '**/LICENSE'
jobs:
build:
name: Build for PR
uses: ./.github/workflows/build.yml
# explicitly not passing secrets into the build