We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8319cf commit 98277d1Copy full SHA for 98277d1
1 file changed
.github/workflows/tests.yaml
@@ -3,12 +3,7 @@ name: Run Tests via Makefile
3
on:
4
push:
5
branches:
6
- - "master"
7
- - "devel"
8
- - "docker-github-actions"
9
- - "release/v1"
10
- - "feature/unit-testing"
11
- - "beta"
+ - "*"
12
tags:
13
- "*"
14
0 commit comments