Skip to content

Commit

Permalink
Change workflow's event to pull_request. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-ghelardi authored Jan 4, 2024
1 parent 029f31d commit 5afe31d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Vessel Tests

on: push
on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
unit-test:
Expand Down

0 comments on commit 5afe31d

Please sign in to comment.