Skip to content

Commit de4b2a4

Browse files
committed
fixup! adding workflow
1 parent 79d3d14 commit de4b2a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/SyntaxKit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: SwiftBuilder
1+
name: SyntaxKit
22
on:
33
push:
44
branches-ignore:
55
- '*WIP'
66
env:
7-
PACKAGE_NAME: SwiftBuilder
7+
PACKAGE_NAME: SyntaxKit
88
jobs:
99
build-ubuntu:
1010
name: Build on Ubuntu
@@ -33,7 +33,7 @@ jobs:
3333
build-macos:
3434
name: Build on macOS
3535
env:
36-
PACKAGE_NAME: SwiftBuilder
36+
PACKAGE_NAME: SyntaxKit
3737
runs-on: ${{ matrix.runs-on }}
3838
if: "!contains(github.event.head_commit.message, 'ci skip')"
3939
strategy:

0 commit comments

Comments
 (0)