Skip to content

Commit

Permalink
add pull request opened and reopened triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ludndev committed Sep 23, 2023
1 parent 9dd32e5 commit 55a8a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Run Tests on PR Merge
on:
pull_request:
types:
- opened
- closed
- reopened

env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
Expand Down

0 comments on commit 55a8a41

Please sign in to comment.