summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-09 09:25:12 -0400
committerGitHub <noreply@github.com>2020-07-09 09:25:12 -0400
commit5c44e65b9cdf8bc2373838d5a59267cc02a451f6 (patch)
tree8d3fe1120b39d2f060e7276e65bc823395215c98
parent94b963d06a9e16eed314c27c1427d072da8f42e3 (diff)
downloadsdl_ios-5c44e65b9cdf8bc2373838d5a59267cc02a451f6.tar.gz
Update test.yml
-rw-r--r--.github/workflows/test.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 04b9bbea6..c9c0d4ada 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,12 +1,7 @@
name: SmartDeviceLink Tests
# This workflow is triggered on a push or pull request.
-on:
- push:
- # Runs the workflow when someone pushes to any repository branch.
- pull_request:
- # Runs the workflow only when someone opens a pull request (there are a bunch of activity types that can trigger a workflow that we don't want - like labeling, assigning, and locking the PR). The "push" trigger will generate a new workflow if a push is made to a pull request branch.
- types: [opened]
+on: [push, pull_request]
env:
PROJECT: 'SmartDeviceLink-iOS.xcodeproj'