mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-29 06:25:19 -04:00
🙈 Docs ignore for BUILD action
This commit is contained in:
parent
3a19013a6b
commit
0df635b1cd
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -3,13 +3,15 @@ name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.md
|
- "**.md"
|
||||||
|
- "**.bbcode"
|
||||||
- LICENSE
|
- LICENSE
|
||||||
branches: [master, dev]
|
branches: [master, dev]
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.md
|
- "**.md"
|
||||||
|
- "**.bbcode"
|
||||||
- LICENSE
|
- LICENSE
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue