From 8ae3081d331193afae031319150e9ad5c4d703e2 Mon Sep 17 00:00:00 2001 From: SutuSebastian Date: Mon, 22 Apr 2024 11:31:53 +0300 Subject: [PATCH] chore: ignore CI checks on `changeset-release/main` --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e29a6c..3decd1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,10 @@ name: CI on: - pull_request: + push: branches: - - main + - "**" + - "!changeset-release/main" jobs: format: