Skip to content

Commit

Permalink
chore: Update GitHub actions (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Jun 27, 2022
1 parent ce8bbc3 commit 712e190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/carthage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Carthage
on: [pull_request]
jobs:
check-Carthage:
check:
runs-on: macos-11
steps:
# - uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Swift

on: [push, pull_request]
on: [pull_request]

jobs:
test:
Expand Down

0 comments on commit 712e190

Please sign in to comment.