Skip to content

Commit 1bb47f5

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

2 files changed

Lines changed: 2 additions & 1 deletion

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: 1 addition & 1 deletion
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 }}

0 commit comments

Comments
 (0)