summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-04 08:28:34 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-04 08:28:34 -0400
commite16844144ba6764956de1108806ed4bd452f3033 (patch)
treec704e4fa0d3d39c981534d02c77bf8ccead02996
parent3317d35b88bad21e5b934bf58e317adef1bde8a9 (diff)
downloadsdl_ios-e16844144ba6764956de1108806ed4bd452f3033.tar.gz
Added colon back
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8c419779b..e1899366d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,7 +3,7 @@ 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]