Maint: rename build.yml to ci.yml for linting

This commit is contained in:
Quentin McGaw (desktop)
2021-07-19 02:20:23 +00:00
parent bc1b09e997
commit faebac6a77
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
paths:
- .github/workflows/build.yml
- .github/workflows/ci.yml
- cmd/**
- internal/**
- pkg/**