summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-04 08:37:35 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-04 08:37:35 -0400
commit57d900e142d165b8d8c94cd12de016a517bd734f (patch)
tree7a2a00c9098f5d33b39f211fdb7c553d7dc8843f
parent1cca0e47b673ad8c50d1e480d786053e2db98c9f (diff)
downloadsdl_ios-57d900e142d165b8d8c94cd12de016a517bd734f.tar.gz
Added back the colon
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 29b95a240..bbd916295 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]