From e6f0efc75d09f0db2e9fb31c8712146526d1a822 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 8 Aug 2022 18:20:03 +0200 Subject: [PATCH] chore: ci should run on any branch --- .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 8cd9a50..3b2814d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: 'CI' on: push: - branches: [main, 'v*'] + branches: '**' pull_request: - branches: [main, 'v*'] + branches: '**' permissions: contents: read