Skip to content

Commit 096cd99

Browse files
committed
Fix workflow
1 parent 49108fb commit 096cd99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflow/swift.yml renamed to .github/workflows/swift.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ name: "Run Tests"
44
on:
55
push:
66
branches: [main]
7+
pull_request:
8+
branches: [main]
79

810
jobs:
911
build:
12+
1013
runs-on: macOS-latest
14+
1115
steps:
1216
- uses: actions/checkout@v4
1317
- name: Run Tests

0 commit comments

Comments
 (0)