From 449a5a6e4293ac393ebf005ed2416edf71ae6cbb Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Wed, 21 Jul 2021 22:54:00 +0200 Subject: [PATCH] chore: Also build branches with slashed names. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6b4956b7..ce02b1735 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,12 @@ name: CI on: push: branches: - - '*' + - '**' tags: - 'v*' pull_request: branches: - - '*' + - '**' jobs: lint: