Skip to content

Commit befab3b

Browse files
authored
Merge pull request #30 from phelps-sg/openai-scala-client-29
Configure CI to use master branch instead of main
2 parents 817bd69 + b503a3c commit befab3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: CI
44
on:
55
pull_request:
6-
branches: [ main, '**' ]
6+
branches: [ master, '**' ]
77
push:
8-
branches: [ main ]
8+
branches: [ master ]
99

1010
jobs:
1111
validate:

0 commit comments

Comments
 (0)