mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
meta: run CI when modifying workflow files (#4091)
This commit is contained in:
parent
7e291abd98
commit
c617481057
4 changed files with 7 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -10,7 +10,8 @@ on:
|
|||
- 'examples/**'
|
||||
- 'private/**'
|
||||
- 'website/**'
|
||||
- '.github/workflows/**'
|
||||
- '.github/**'
|
||||
- '!.github/workflows/ci.yml'
|
||||
|
||||
jobs:
|
||||
unit_tests:
|
||||
|
|
|
|||
1
.github/workflows/companion.yml
vendored
1
.github/workflows/companion.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
paths:
|
||||
- yarn.lock
|
||||
- 'packages/@uppy/companion/**'
|
||||
- '.github/workflows/companion.yml'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
|||
- 'examples/**'
|
||||
- 'private/**'
|
||||
- 'website/**'
|
||||
- '.github/**'
|
||||
- '!.github/workflows/e2e.yml'
|
||||
pull_request_target:
|
||||
types: [ opened, synchronize, reopened, labeled ]
|
||||
paths-ignore:
|
||||
|
|
@ -16,7 +18,7 @@ on:
|
|||
- 'examples/**'
|
||||
- 'private/**'
|
||||
- 'website/**'
|
||||
- '.github/workflows/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
paths:
|
||||
|
|
|
|||
1
.github/workflows/website.yml
vendored
1
.github/workflows/website.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
paths:
|
||||
- yarn.lock
|
||||
- 'website/**'
|
||||
- '.github/workflows/website.yml'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue