From 27dc19cb5844a651bd62d3fbcdf68a184bbec56b Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 31 Jan 2024 15:20:21 +0500 Subject: [PATCH] ci: get rid of `you may only define one of `branches` and `branches-ignore` for a single event` --- .github/workflows/web.beta.publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/web.beta.publish.yml b/.github/workflows/web.beta.publish.yml index b93c739c4..59b15a406 100644 --- a/.github/workflows/web.beta.publish.yml +++ b/.github/workflows/web.beta.publish.yml @@ -5,8 +5,7 @@ on: push: branches: - master - branches-ignore: - - v3-beta + - "!v3-beta" paths-ignore: - "apps/mobile/**" - "packages/editor-mobile/**" @@ -24,8 +23,7 @@ on: - synchronize branches: - master - branches-ignore: - - v3-beta + - "!v3-beta" paths-ignore: - "apps/mobile/**" - "packages/editor-mobile/**"