Skip to content

Commit cd297e4

Browse files
committed
build: medcat-v2 github actions
1 parent 8acde6b commit cd297e4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8-
8+
defaults:
9+
run:
10+
working-directory: ./medcat-v2
911
jobs:
1012
build:
1113

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
permissions:
99
contents: write
1010

11+
defaults:
12+
run:
13+
working-directory: ./medcat-v2
14+
1115
jobs:
1216
build:
1317
name: Build and release

0 commit comments

Comments
 (0)