Skip to content

Commit

Permalink
#1435 fixed build of branches
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Dec 22, 2021
1 parent bb5474c commit 30f0c77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: CI
on:
workflow_dispatch:
push:
# https://github.community/t/action-does-not-run-on-master-with-tags-ignore-v/128354/4
branches:
- '**'
paths-ignore:
- 'documentation/**'
- 'solicitor/**'
- '**.asciidoc'
tags-ignore:
- '*'
- '**'
pull_request:
paths-ignore:
- 'documentation/**'
Expand Down

0 comments on commit 30f0c77

Please sign in to comment.