From 1f63f20bb29da899d95b3ca5919d6a6ff2904635 Mon Sep 17 00:00:00 2001 From: Mohammad Yosefpor Date: Mon, 8 Jan 2024 15:03:09 +0330 Subject: [PATCH] change branch --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33cf28c573e..bf0226e1648 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,10 +2,10 @@ name: ci on: push: - branches: [ main ] + branches: [ snappcloud ] tags: [ v* ] pull_request: - branches: [ main ] + branches: [ snappcloud ] jobs: lint: