소스 검색

ci: rename ci workflow to build

rigormorrtiss 4 년 전
부모
커밋
cf13c1d243
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: