Skip to content

Commit 2d596f2

Browse files
committed
Execute CI tests also on pull requests
1 parent 08586ad commit 2d596f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PerformanceTests
22

33
on:
4-
push
4+
[push, pull_request]
55

66
defaults:
77
run:

.github/workflows/pythontests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Testsuite
22

33
on:
4-
push
4+
[push, pull_request]
55

66
defaults:
77
run:

0 commit comments

Comments
 (0)