Skip to content

Commit dcdf606

Browse files
committed
Updated CI configuration
1 parent 8704e91 commit dcdf606

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: End-to-end tests
22

3-
on: [workflow_call]
3+
on:
4+
push:
5+
branches: ['main']
6+
pull_request:
7+
branches: ['main']
48

59
jobs:
610
end_to_end_tests:

.github/workflows/unit_tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Unit tests
22

3-
on: [workflow_call]
3+
on:
4+
push:
5+
branches: ['main']
6+
pull_request:
7+
branches: ['main']
48

59
jobs:
610
unit_tests:

0 commit comments

Comments
 (0)