summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-04 08:27:45 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-04 08:27:45 -0400
commit3317d35b88bad21e5b934bf58e317adef1bde8a9 (patch)
tree9dd5cbe05292b58ecf7db08f4a1e28001e097dc6 /.github
parentd5c9ad8b818261b58644498c87cf0d44ce25c949 (diff)
downloadsdl_ios-3317d35b88bad21e5b934bf58e317adef1bde8a9.tar.gz
Fixing formatting
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2bf9afc23..8c419779b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,13 +3,13 @@ name: SmartDeviceLink Tests
# This workflow is triggered on a push or pull request.
on:
# Runs the workflow when someone pushes to any repository branch.
- - push
+ push
# 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.
- - pull_request:
- types: [opened]
- - schedule:
- branch: master
- cron: '5 * * * *' # runs every 5 minutes
+ pull_request:
+ types: [opened]
+ schedule:
+ branch: master
+ cron: '5 * * * *' # runs every 5 minutes
env:
PROJECT: 'SmartDeviceLink-iOS.xcodeproj'