We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd77a2 commit 340bd9bCopy full SHA for 340bd9b
1 file changed
.github/workflows/main_ci.yml .github/workflows/build.yml.github/workflows/main_ci.yml renamed to .github/workflows/build.yml
@@ -1,16 +1,16 @@
1
-name: Main CI
+name: build
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
paths:
7
- - ".github/workflows/main_ci.yml"
+ - ".github/workflows/build.yml"
8
- "include/**"
9
- "src/**"
10
- "xmake.lua"
11
- - "xmake-extra.lua"
+ - "xmake-rules.lua"
12
pull_request:
13
14
workflow_dispatch:
15
16
jobs:
0 commit comments