Skip to content

Commit 9246033

Browse files
committed
update ci.yml
1 parent 120ce03 commit 9246033

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: CI
33
on:
44
pull_request:
55
branches: ["*"]
6+
types: [opened, synchronize, reopened, ready_for_review]
7+
pull_request_target:
8+
branches: ["*"]
9+
types: [opened, synchronize, reopened, ready_for_review]
610
push:
711
branches: ["main"]
812
merge_group:
@@ -11,6 +15,12 @@ concurrency:
1115
group: ${{ github.workflow }}-${{ github.ref }}
1216
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1317

18+
permissions:
19+
contents: read
20+
pull-requests: read
21+
checks: write
22+
statuses: write
23+
1424
# You can leverage Vercel Remote Caching with Turbo to speed up your builds
1525
# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
1626
env:

0 commit comments

Comments
 (0)