mirror of https://github.com/icedland/iced.git
Update build.yml
This commit is contained in:
parent
7e500728ca
commit
a590a0a135
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue