Skip to content

Commit 1022b8f

Browse files
committed
Also test main pushes
... the more important ones.
1 parent 68881c7 commit 1022b8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/swift.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: Swift
1+
name: Build and Test
22

33
on:
44
push:
5-
branches: [ develop ]
5+
branches:
6+
- develop
7+
- main
68
pull_request:
79
branches: [ develop ]
810
schedule:

0 commit comments

Comments
 (0)