Skip to content

Commit 48a548a

Browse files
author
Joe Newton
committed
Updated GitHub actions to only run for pushes
1 parent 433cd5c commit 48a548a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Cocoapods
2-
on: [pull_request, push]
2+
on: push
33

44
jobs:
55
lint:

.github/workflows/swift-pacakge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build Swift Package
2-
on: [pull_request, push]
2+
on: push
33

44
jobs:
55
build:

.github/workflows/xcodebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build Xcode Project
2-
on: [pull_request, push]
2+
on: push
33

44
jobs:
55
ios:

0 commit comments

Comments
 (0)