Skip to content

Commit 91b0449

Browse files
Merge pull request #30 from AppcentMobile/feature/workflow-update
Workflow updated
2 parents 408aaa9 + f06d855 commit 91b0449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
name: Swift
55

66
on:
7-
push:
8-
branches: [ "main" ]
97
pull_request:
108
branches: [ "main" ]
119

@@ -20,3 +18,5 @@ jobs:
2018
run: swift build -v
2119
- name: Run tests
2220
run: swift test -v
21+
- name: SwiftTest by SwiftActions
22+
uses: SwiftActions/[email protected]

0 commit comments

Comments
 (0)