Skip to content

Commit 340bd9b

Browse files
committed
ci: fix
1 parent acd77a2 commit 340bd9b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Main CI
1+
name: build
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths:
7-
- ".github/workflows/main_ci.yml"
7+
- ".github/workflows/build.yml"
88
- "include/**"
99
- "src/**"
1010
- "xmake.lua"
11-
- "xmake-extra.lua"
11+
- "xmake-rules.lua"
1212
pull_request:
13-
branches: [ master ]
13+
branches: [ main ]
1414
workflow_dispatch:
1515

1616
jobs:

0 commit comments

Comments
 (0)