Skip to content

Commit c7497df

Browse files
Run tests on pull request creation
1 parent 7cb8dc2 commit c7497df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Continuous Integration
33
on:
44
push:
55
branches: [ main, add-auto-tests ]
6+
pull_request:
7+
branches: [ main ]
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)