Limit CI to master, tags, and PRs

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
pull/1/head
Nick Adcock 6 years ago
parent b9dd5932a8
commit 387d4c62d0

@ -2,6 +2,10 @@ name: CI
on:
push:
branches:
- master
tags:
- '*'
pull_request:
jobs:

Loading…
Cancel
Save