From de4e04ab9300a460550c8792bee02114d77e0125 Mon Sep 17 00:00:00 2001 From: Michael Gfeller Date: Tue, 25 Aug 2020 20:44:16 +0200 Subject: [PATCH] changing on push branches filter to include all branches Issue #82 Signed-off-by: Michael Gfeller --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62c5e92..c1f093a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Meshery Consul on: push: branches: - - '*' + - '**' tags: - 'v*' pull_request: