meta: skip a few more unnecessary CI runs (#4106)

This commit is contained in:
Antoine du Hamel 2022-09-13 17:17:09 +02:00 committed by GitHub
parent 2005b185fb
commit 7970cf5869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,8 @@ on:
branches: [ main ]
paths-ignore:
- '**.md'
- 'assets/**'
- 'e2e/**'
- 'examples/**'
- 'private/**'
- 'website/**'
@ -15,6 +17,8 @@ on:
types: [ opened, synchronize, reopened ]
paths-ignore:
- '**.md'
- 'assets/**'
- 'e2e/**'
- 'examples/**'
- 'private/**'
- 'website/**'