Skip to content

Commit 4444eac

Browse files
authored
Merge pull request #13 from tayloraswift/enable-ci
enable CI pipeline
2 parents 0322192 + f9cb442 commit 4444eac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
jobs:
1010
build-macos:
@@ -29,3 +29,4 @@ jobs:
2929
run: |
3030
swift --version
3131
swift build
32+
swift build -c release

0 commit comments

Comments
 (0)