chore: don't run tests on tags (#5138)

This commit is contained in:
Erez Rokah 2021-03-21 17:13:26 +01:00 committed by GitHub
parent 822acd4585
commit e2a05b516a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ on:
push:
branches:
- master
tags:
- '*'
paths:
- '.github/workflows/docslint.yml'

View File

@ -4,8 +4,6 @@ on:
push:
branches:
- master
tags:
- '*'
paths-ignore:
- 'website/**'