ci: don't run github actions on docs changes (#3187)
This commit is contained in:
parent
b71c496d97
commit
b579489525
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
@ -7,9 +7,15 @@ on:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user