Skip to content

Commit 930ce70

Browse files
ci: add alpha, beta, uat to workflow push and PR triggers
1 parent 2a9d730 commit 930ce70

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ on:
55
branches:
66
- develop
77
- main
8+
- alpha
9+
- beta
10+
- uat
811
pull_request:
912
branches:
1013
- develop
1114
- main
15+
- alpha
16+
- beta
17+
- uat
1218

1319
# Least-privilege default: all jobs get read-only access unless overridden
1420
permissions:

0 commit comments

Comments
 (0)