Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 6aa0eb7

Browse files
committed
ci: run tests on release/* branches
Add release/** to the CI trigger branches so that tests run on release branches in addition to main and dev branches.
1 parent 679a685 commit 6aa0eb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- dev
8+
- 'release/**'
89
paths:
910
- 'rust/employee-scheduling/**'
1011
- 'legacy/employee-scheduling-fast/**'

0 commit comments

Comments
 (0)