ci: fix you may only define one of branches and branches-ignore for a single event

Signed-off-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
Abdullah Atta
2024-01-31 12:46:32 +05:00
committed by GitHub
parent 2f67611829
commit ae8bcf3865

View File

@@ -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/**"