summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-04 09:02:04 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-04 09:02:04 -0400
commit66b08e7bf097655f2d0a93d4a3cec316f2e6a09d (patch)
tree3a8c802b0bdc23d56fd069f69e9953c7b2156f4a /.github
parent4fe7ad40daa4a3637723c390886fe5729323780c (diff)
downloadsdl_ios-66b08e7bf097655f2d0a93d4a3cec316f2e6a09d.tar.gz
Moved comments
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c8a2f56ef..04b9bbea6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,10 +2,10 @@ 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:
- # 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.
+ # 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]
env: