Skip to content

Commit 3542ff9

Browse files
committed
Making sure CI runs on push on master
This is needed by codecov, otherwise, we can't have a code coverage comparison.
1 parent b1ef76e commit 3542ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Continuous Integration"
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- master
58

69
jobs:
710
coding-standards:

0 commit comments

Comments
 (0)