Skip to content

Commit

Permalink
ci: run test workflow on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
le-yams committed Apr 4, 2024
1 parent 8d9e203 commit 80f0828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Test Action

on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- synchronize

jobs:
test:
Expand Down

0 comments on commit 80f0828

Please sign in to comment.