Skip to content

Commit

Permalink
chore: switch to pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jan 16, 2024
1 parent 16ec78a commit 8989acc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: ci

on:
pull_request_target:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand Down Expand Up @@ -63,7 +62,6 @@ jobs:
header: "Examples"
recreate: true
path: TMP_EXAMPLES.md
GITHUB_TOKEN: ${{ secrets.STICKY_COMMENT_TOKEN }}
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8989acc

Please sign in to comment.