Browse Source

ci: rename ci workflow to build

rigormorrtiss 4 years ago
parent
commit
cf13c1d243
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/ci.yml → .github/workflows/build.yml

@@ -1,4 +1,4 @@
-name: ci
+name: build
 on: [push, pull_request]
 
 jobs: