Add .github/workflows/build.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m54s

This commit is contained in:
SikkieNL 2024-12-21 22:46:15 +01:00
parent de13bd7137
commit a5bad424ba

14
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: build
on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- 'doc/**'
- 'contrib/**'
- '**/*.md'