From 23cbee1180672bba5e125e41c5764ed85dc1b4a0 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 22 Jul 2020 17:14:12 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 836a743..44a8924 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,13 @@ name: Learn-Layer5 on: push: - branches: [ master ] + branches: + - 'master' tags: - 'v*' pull_request: - branches: [ master ] + branches: + - 'master' jobs: docker: