Skip to content

Commit 246364a

Browse files
committed
build: upgrade scaffolding
1 parent c505006 commit 246364a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "[email protected]:radix-ai/poetry-cookiecutter.git",
3-
"commit": "88652f49e7a1817ee2349610c56c81d3d4c8621b",
3+
"commit": "5abbc2191646a2082996a4e59b47b318859cc461",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request:
49

510
jobs:
611

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ services:
1010
command: [ "sleep", "infinity" ]
1111
environment:
1212
- SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock
13-
ports:
14-
- "8000:8000"
1513
volumes:
1614
# app
1715
- .:/app/:cached

0 commit comments

Comments
 (0)