Skip to content

Commit 6cd0648

Browse files
committed
fix yml
1 parent ce5927e commit 6cd0648

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: Java CI with Maven
66
on:
77
push:
88
branches:
9-
- *
9+
- '*'
1010
pull_request:
1111
branches:
12-
- *
12+
- '*'
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)