Skip to content

Commit

Permalink
Master builds only
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin committed Aug 15, 2023
1 parent ce54a94 commit f892ab3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master, reset ]
branches: [ master ]

jobs:
build-package-macos-12:
Expand Down
6 changes: 1 addition & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,7 @@ namespace :emerge do
}
if ENV["PR_NUMBER"] != "" && ENV["PR_NUMBER"] != "false"
# TODO: Enable PR uploads
# return
upload_data[:sha] = g.log[0].parents[1].sha
upload_data[:baseSha] = g.log[0].parent.sha
upload_data[:prNumber] = ENV["PR_NUMBER"]
upload_data[:buildType] = 'pull_request'
return
else
upload_data[:sha] = g.log[0].sha
upload_data[:buildType] = 'master'
Expand Down
1 change: 0 additions & 1 deletion script/SizeTest/SizeTest/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
// Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
// If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
// This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
guard let _ = (scene as? UIWindowScene) else { return }
}

func sceneDidDisconnect(_: UIScene) {
Expand Down

0 comments on commit f892ab3

Please sign in to comment.