Skip to content

Commit 30d763a

Browse files
committed
Run on branches with slashes as well.
1 parent 42070c5 commit 30d763a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/compiler.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
- '*'
7-
tags:
8-
- 'v[0-9]+.*'
9-
pull_request:
10-
branches:
11-
- main
12-
- 'feat/*'
6+
- '**'
137

148
env:
159
MAVEN_OPTS: "-Xmx4G -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"

0 commit comments

Comments
 (0)