Skip to content

Commit 30f0c77

Browse files
committed
#1435 fixed build of branches
1 parent bb5474c commit 30f0c77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven-build-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ name: CI
33
on:
44
workflow_dispatch:
55
push:
6+
# https://github.community/t/action-does-not-run-on-master-with-tags-ignore-v/128354/4
7+
branches:
8+
- '**'
69
paths-ignore:
710
- 'documentation/**'
811
- 'solicitor/**'
912
- '**.asciidoc'
1013
tags-ignore:
11-
- '*'
14+
- '**'
1215
pull_request:
1316
paths-ignore:
1417
- 'documentation/**'

0 commit comments

Comments
 (0)