Skip to content

Commit

Permalink
chore(ci): don't run test action twice on each PR push
Browse files Browse the repository at this point in the history
  • Loading branch information
Oakchris1955 committed Aug 19, 2024
1 parent 72a1036 commit 01dfd55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Cargo Build & Test
on:
push:
pull_request:
types: [opened, reopened]
workflow_dispatch:

env:
Expand Down

0 comments on commit 01dfd55

Please sign in to comment.