Skip to content

Commit 9039aca

Browse files
authored
Merge branch 'master' into issue_3923
2 parents 58ffa19 + 14b8798 commit 9039aca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/continous-integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Continuous Integration
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- '*'
9+
pull_request:
410

511
# SECRETS
612
# - COVERALLS_REPO_TOKEN: can be found on the coveralls page for the repo

0 commit comments

Comments
 (0)