Skip to content

Commit d4c550a

Browse files
committed
ci: trigger checkup + e2e-ios on pull_request only (dedupes runs)
1 parent 3e46229 commit d4c550a

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/branch-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🛠️ Branch Checkup
22
on:
3-
push:
4-
branches-ignore:
3+
pull_request:
4+
branches:
55
- main
66

77
concurrency:

.github/workflows/e2e-ios.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: 📱 E2E iOS (Maestro)
22
on:
3-
push:
4-
branches-ignore:
5-
- main
63
pull_request:
74
branches:
85
- main

0 commit comments

Comments
 (0)