mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
change to pull request target for size-limit
This commit is contained in:
parent
84ae26b4db
commit
baf1ca2677
1 changed files with 5 additions and 1 deletions
6
.github/workflows/size-limit.yml
vendored
6
.github/workflows/size-limit.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: "size"
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue