mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-04-29 18:14:58 +08:00
Ignore documentation paths
This commit is contained in:
parent
0dba5db293
commit
ebe65286bb
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -2,8 +2,14 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- 'docs/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- 'docs/**'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user