summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-04 08:33:55 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-04 08:33:55 -0400
commitd0b41f13b6081bb7ebd47abad68c4c4cf2de9a06 (patch)
treededbbbdacaf066a74d0a5dd80ae6562e18f6c6f5 /.github
parent39d63ba44fa6cfbe9e7d783fae1c888f6c3dbb4b (diff)
downloadsdl_ios-d0b41f13b6081bb7ebd47abad68c4c4cf2de9a06.tar.gz
Fixed formatting
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to '.github')
-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 4599b68df..ed8c1625d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,8 +7,8 @@ on:
# 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]
+ # Runs the workflow every 5 minutes on the master branch
schedule:
- - branch: master
- cron: '5 * * * *' # runs every 5 minutes
env: