Skip to content

Commit

Permalink
Fix workflows (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 15, 2023
1 parent 8bdc486 commit e3f5d9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/http4k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/http4k
- .github/workflows
- docker-compose.yaml
- http4k-app/**
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ktor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/ktor
- .github/workflows
- docker-compose.yaml
- ktor-app/**
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/micronaut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/micronaut
- .github/workflows
- docker-compose.yaml
- micronaut-app/**
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/quarkus
- .github/workflows
- docker-compose.yaml
- quarkus-app/**
pull_request:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/springboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
paths:
- .github/workflows/springboot
- .github/workflows
- docker-compose.yaml
- springboot-app/**
pull_request:
Expand Down

0 comments on commit e3f5d9d

Please sign in to comment.