Skip to content

Commit

Permalink
Merge pull request #30 from areugoh/pipeline-on-pr
Browse files Browse the repository at this point in the history
fix(pipeline): run test on PR open
  • Loading branch information
jorgechato authored Nov 3, 2023
2 parents d18d804 + c15c26e commit 82a3410
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test
on: push
on:
push:
pull_request:
types: [opened]


jobs:
test:
Expand Down

0 comments on commit 82a3410

Please sign in to comment.