Skip to content

Commit 2b3ac4f

Browse files
authored
Merge pull request #1855 from lightninglabs/wip/enable-ci-for-staging-branches
ci: run CI on *-staging branches in addition to main
2 parents 80083ec + cea1652 commit 2b3ac4f

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)