Skip to content

Commit 4abb6ab

Browse files
committed
Tests configuration
1 parent 5f32fec commit 4abb6ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github / workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ name: Unit Tests
55
# Controls when the action will run.
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
8+
push:
89
pull_request:
9-
branches: [ develop ]
10+
types: [opened, reopened,synchronize]
11+
branches:
12+
- develop
1013

1114
# Allows you to run this workflow manually from the Actions tab
1215
workflow_dispatch:

0 commit comments

Comments
 (0)