Update build.yml

This commit is contained in:
wtfsck 2022-02-28 22:06:04 +01:00
parent 7e500728ca
commit a590a0a135
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
name: GitHub CI
on:
push:
paths:
- ".github/workflows/build.yml"
- "build/**"
- "src/**"
- "!**/*.md"
branches:
- master
pull_request:
paths:
- ".github/workflows/build.yml"