Skip to content

Commit 78fa37a

Browse files
CI should also run on PRs
1 parent 197ce3f commit 78fa37a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: '*'
55
tags: '*'
6+
pull_request:
7+
branches: '*'
68
workflow_dispatch:
79
jobs:
810
test:

0 commit comments

Comments
 (0)