Skip to content

Commit 6e420b1

Browse files
authored
Update swift.yml
1 parent f867b78 commit 6e420b1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
name: Swift
55

6-
on: [push]
6+
on:
7+
push:
8+
branches:
9+
- main
10+
pull_request:
11+
branches:
12+
- main
713

814
jobs:
915
build:

0 commit comments

Comments
 (0)