We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da154a0 commit f8f3c3aCopy full SHA for f8f3c3a
1 file changed
.github/workflows/spring-boot-jersey-starter-ci.yml
@@ -1,13 +1,13 @@
1
name: Spring Boot Jersey Starter CI
2
3
-on:
+on:
4
push:
5
paths:
6
- - 'spring/fluentforms-jersey-spring-boot-**'
7
- - '.github/workflows/spring-boot-jersey-starter-ci.yml'
+ - 'spring/fluentforms-jersey-spring-boot-**'
+ - '.github/workflows/spring-boot-jersey-starter-ci.yml'
8
workflow_dispatch:
9
-
10
- jobs:
+
+jobs:
11
build:
12
name: Java ${{ matrix.java }} build
13
runs-on: ubuntu-latest
0 commit comments