Skip to content

Commit

Permalink
Fix GH actions config for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 4, 2024
1 parent de52532 commit 66e563c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main
tags:
- '**'
pull_request:
types: [opened, synchronize, reopened]
pull_request:
types: [opened, synchronize, reopened]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 66e563c

Please sign in to comment.