Skip to content

Commit 712e190

Browse files
chore: Update GitHub actions (#229)
1 parent ce8bbc3 commit 712e190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/carthage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Carthage
22
on: [pull_request]
33
jobs:
4-
check-Carthage:
4+
check:
55
runs-on: macos-11
66
steps:
77
# - uses: actions/checkout@v2

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Swift
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
test:

0 commit comments

Comments
 (0)