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

This commit is contained in:
Abdullah Atta
2024-01-31 15:20:21 +05:00
parent 13213cf4cd
commit bb67472dee

View File

@@ -5,7 +5,7 @@ on:
push:
branches:
- master
- '!v3-beta'
- "!v3-beta"
paths-ignore:
- "apps/mobile/**"
- "packages/editor-mobile/**"
@@ -23,7 +23,7 @@ on:
- synchronize
branches:
- master
- '!v3-beta'
- "!v3-beta"
paths-ignore:
- "apps/mobile/**"
- "packages/editor-mobile/**"