Skip to content

Commit

Permalink
ci: run ci on pr target
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 10, 2024
1 parent 8a39503 commit eade87c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: CI

permissions: write-all

on:
pull_request:
pull_request_target:
types: [opened, synchronize]

jobs:
Expand Down Expand Up @@ -51,6 +49,8 @@ jobs:
name: Build and publish
runs-on: ubuntu-latest
needs: [build, biome, test]
permissions:
pull-requests: write
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit eade87c

Please sign in to comment.