Skip to content

Commit e113a67

Browse files
Lorak-mmkfruch
authored andcommitted
Run integration tests on master
1 parent 9c50105 commit e113a67

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/integration-tests-python2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- master
7+
push:
8+
branches:
9+
- master
710

811
jobs:
912
tests:

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
pull_request:
55
branches:
66
- master
7-
7+
push:
8+
branches:
9+
- master
810

911
jobs:
1012
tests:

0 commit comments

Comments
 (0)