chore: don't run tests on tags (#5138)
This commit is contained in:
parent
822acd4585
commit
e2a05b516a
2
.github/workflows/docslint.yml
vendored
2
.github/workflows/docslint.yml
vendored
@ -3,8 +3,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/docslint.yml'
|
- '.github/workflows/docslint.yml'
|
||||||
|
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'website/**'
|
- 'website/**'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user