Skip to content

Commit 44eee79

Browse files
committed
ci: run CI on main and *-staging branches
Update push and merge_group triggers to include *-staging.
1 parent be1742c commit 44eee79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- '*-staging'
78
pull_request:
89
branches:
910
- '*'
1011
merge_group:
1112
branches:
1213
- 'main'
14+
- '*-staging'
1315

1416
defaults:
1517
run:

0 commit comments

Comments
 (0)