Skip to content

Commit

Permalink
chore: update CI triggering (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Jun 22, 2023
1 parent 5661d41 commit 292abb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/carthage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Carthage
on: [pull_request]
on:
pull_request:
jobs:
check:
runs-on: macos-12
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: SwiftLint
on: [push]
on:
push:
branches:
master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pods.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Cocoapods lint
on: [pull_request]
name: Cocoapods
on:
pull_request:
jobs:
lint:
runs-on: macos-12
Expand Down

0 comments on commit 292abb4

Please sign in to comment.