Skip to content

Commit

Permalink
Fix pull_request event
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Nov 13, 2023
1 parent 601e471 commit 4ec79cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
push:
branches:
- master
pull_request_target:
pull_request:
branches:
- master
types: [opened, synchronize, reopened]
jobs:
build:
Expand Down

0 comments on commit 4ec79cd

Please sign in to comment.