ci: restrict build workflow to dev branch only (#3255)
This commit is contained in:
parent
2f8f13738c
commit
4bdd6bac4e
|
|
@ -2,12 +2,12 @@ name: Build iOS IPA
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [dev, main]
|
||||
branches: [dev]
|
||||
paths:
|
||||
- "apps/mobile/**"
|
||||
- "pnpm-lock.yaml"
|
||||
pull_request:
|
||||
branches: [dev, main]
|
||||
branches: [dev]
|
||||
paths:
|
||||
- "apps/mobile/**"
|
||||
- "pnpm-lock.yaml"
|
||||
|
|
|
|||
Loading…
Reference in New Issue