mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 19:19:06 +03:00
fix(tests): run prettier against pull_request_target
This commit is contained in:
parent
e718055041
commit
bd7553e0bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/javascript-formatting.yml
vendored
2
.github/workflows/javascript-formatting.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- web/**
|
- web/**
|
||||||
pull_request:
|
pull_request_target:
|
||||||
paths:
|
paths:
|
||||||
- web/**
|
- web/**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue