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:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
paths:
|
||||
- '.github/workflows/docslint.yml'
|
||||
|
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
|
Loading…
x
Reference in New Issue
Block a user