mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
meta: skip a few more unnecessary CI runs (#4106)
This commit is contained in:
parent
2005b185fb
commit
7970cf5869
2 changed files with 8 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue