Skip to content

Commit

Permalink
ci: rename build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 24, 2023
1 parent 64b3852 commit a64e9ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: build

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches:
- "**"
paths:
- ".github/workflows/ci.yml"
- ".github/workflows/build.yml"
- "3rdparty/include/**"
- "MaaDeps/**"
- "include/**"
Expand All @@ -21,7 +21,7 @@ on:
branches:
- "**"
paths:
- ".github/workflows/ci.yml"
- ".github/workflows/build.yml"
- "3rdparty/include/**"
- "MaaDeps/**"
- "include/**"
Expand Down

0 comments on commit a64e9ec

Please sign in to comment.