Skip to content

Commit dbdd12f

Browse files
committed
CI: run test workflow on feature branches
Add claude/** branches to push trigger so the test job runs on feature branch pushes. Docker Hub push remains gated to master only. https://claude.ai/code/session_01MukmmJhsNvpwRmVAqAQvd8
1 parent f413f17 commit dbdd12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
push:
7-
branches: ["master"]
7+
branches: ["master", "claude/**"]
88

99
schedule:
1010
- cron: "0 8 * * 1"

0 commit comments

Comments
 (0)