We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5661d41 commit 292abb4Copy full SHA for 292abb4
.github/workflows/carthage.yml
@@ -1,5 +1,6 @@
1
name: Carthage
2
-on: [pull_request]
+on:
3
+ pull_request:
4
jobs:
5
check:
6
runs-on: macos-12
.github/workflows/lint.yml
@@ -1,5 +1,9 @@
name: SwiftLint
-on: [push]
+ push:
+ branches:
+ master
7
8
lint:
9
runs-on: ubuntu-latest
.github/workflows/pods.yml
-name: Cocoapods lint
+name: Cocoapods
0 commit comments