Skip to content

Commit d971281

Browse files
author
Joonas Hiltunen
committed
Run CD pipeline on push to releases-branches
1 parent e6e3c32 commit d971281

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- "releases/**"
78
pull_request:
89
workflow_dispatch:
910

.github/workflows/test-docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test whether the dockerized version works
33
on:
44
push:
55
pull_request:
6-
branches: [main]
6+
branches: [main, releases/**]
77

88
env:
99
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -25,6 +25,5 @@ jobs:
2525
- name: Verify that dockerized timetables API is up and running
2626
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
2727
with:
28-
command:
29-
"curl --fail http://localhost:3009/actuator/health --output
28+
command: "curl --fail http://localhost:3009/actuator/health --output
3029
/dev/null --silent"

0 commit comments

Comments
 (0)