Skip to content

Commit ac18852

Browse files
authored
fix(ci/autobuild): wrong branch
Signed-off-by: madomado <madonuko@outlook.com>
1 parent 7f9d452 commit ac18852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
paths:
99
- anda/**
1010
branches:
11-
- frawhide
11+
- el10
1212
pull_request:
1313
branches:
14-
- frawhide
14+
- el10
1515
merge_group:
1616
branches:
17-
- frawhide
17+
- el10
1818
workflow_dispatch:
1919
workflow_call:
2020

0 commit comments

Comments
 (0)