mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Do not compile on docs change
This commit is contained in:
parent
7312afdad2
commit
85eefaab5d
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -1,5 +1,15 @@
|
|||||||
name: build
|
name: build
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- 'web/**'
|
||||||
|
- '**.md'
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- 'web/**'
|
||||||
|
- '**.md'
|
||||||
jobs:
|
jobs:
|
||||||
build_win:
|
build_win:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user