Skip to content

Commit 292abb4

Browse files
committed
chore: update CI triggering (#821)
1 parent 5661d41 commit 292abb4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/carthage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Carthage
2-
on: [pull_request]
2+
on:
3+
pull_request:
34
jobs:
45
check:
56
runs-on: macos-12

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: SwiftLint
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
master
6+
pull_request:
37
jobs:
48
lint:
59
runs-on: ubuntu-latest

.github/workflows/pods.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: Cocoapods lint
2-
on: [pull_request]
1+
name: Cocoapods
2+
on:
3+
pull_request:
34
jobs:
45
lint:
56
runs-on: macos-12

0 commit comments

Comments
 (0)