Skip to content

Commit f8f3c3a

Browse files
committed
🐛 Fixed typo on Jersey starter ci
1 parent da154a0 commit f8f3c3a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/spring-boot-jersey-starter-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Spring Boot Jersey Starter CI
22

3-
on:
3+
on:
44
push:
55
paths:
6-
- 'spring/fluentforms-jersey-spring-boot-**'
7-
- '.github/workflows/spring-boot-jersey-starter-ci.yml'
6+
- 'spring/fluentforms-jersey-spring-boot-**'
7+
- '.github/workflows/spring-boot-jersey-starter-ci.yml'
88
workflow_dispatch:
9-
10-
jobs:
9+
10+
jobs:
1111
build:
1212
name: Java ${{ matrix.java }} build
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)