Skip to content

Commit

Permalink
test: Run CI workflow on pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed May 23, 2024
1 parent a382ec3 commit 9c6c0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches: [main]
pull_request_target:
pull_request:
branches: [main]

jobs:
Expand Down

0 comments on commit 9c6c0cb

Please sign in to comment.