Skip to content

Commit 98277d1

Browse files
committed
Make tests run on all branches
1 parent b8319cf commit 98277d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ name: Run Tests via Makefile
33
on:
44
push:
55
branches:
6-
- "master"
7-
- "devel"
8-
- "docker-github-actions"
9-
- "release/v1"
10-
- "feature/unit-testing"
11-
- "beta"
6+
- "*"
127
tags:
138
- "*"
149

0 commit comments

Comments
 (0)